Talk:Distributed programming: Difference between revisions

(→‎Insufficiently general?: Better than XML.)
 
Line 22:
 
:: I just removed the incorrect tag from the Python example as Sockets work with text and Python can serialize to text using one of its in-built modules with higher efficiency than using XML. --[[User:Paddy3118|Paddy3118]] 06:27, 19 June 2011 (UTC)
 
:::I just took a look at that example — I would consider it incorrect because it (a) doesn't ''actually use'' the pickle module, and (b) does not have any facility for independent components. The Pyro, Spread, and XML-RPC examples are perfectly fine; I would just remove the sockets example since the point of this task is to work at a higher level than for the [[Sockets]] task. —[[User:Kevin Reid|Kevin Reid]] 15:02, 19 June 2011 (UTC)