The Artima Developer Community
Sponsored Link

Python Buzz Forum
Lincoln on SOAP, CORBA, and REST

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Andrew Dalke

Posts: 291
Nickname: dalke
Registered: Sep, 2003

Andrew Dalke is a consultant and software developer in computational chemistry and biology.
Lincoln on SOAP, CORBA, and REST Posted: Sep 21, 2003 3:05 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Andrew Dalke.
Original Post: Lincoln on SOAP, CORBA, and REST
Feed Title: Andrew Dalke's writings
Feed URL: http://www.dalkescientific.com/writings/diary/diary-rss.xml
Feed Description: Writings from the software side of bioinformatics and chemical informatics, with a heaping of Python thrown in for good measure.
Latest Python Buzz Posts
Latest Python Buzz Posts by Andrew Dalke
Latest Posts From Andrew Dalke's writings

Advertisement
I like the idea of REST for developing network-based resources. I don't like SOAP -- I think it's clumsy, and XML-RPC meets most of my RPC needs -- and I've yet to find a good time to use CORBA. (I asked Duncan Grisby of OmniOrb fame about it at EuroPython a few months ago. He said CORBA is best when don't want to commit to a single vs. multi- processor architecture, and that if you are doing pure Python there's no big advantage to CORBA.)

I was looking on the biomoby archives and came across an email from Lincoln which does a good job of explaining those three alternatives. I'll keep it in mind next time a client asks me this question. (Some apps might also use PVM/MPI or, in modern parlance, grid computing, and pure Python code could use Pyro or similar libraries.)

I wonder what influence my DAS postings had on him. Hmm... Maybe I should copy some of those essays here. I see they aren't included on the main DAS/2 RFC page.

Read: Lincoln on SOAP, CORBA, and REST

Topic: parsing html, many2many, ice cream, foaf, fame, elingsh, software, servers, parents Previous Topic   Next Topic Topic: Python Articles

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use