On Jun 29, 2006, at 7:40 AM, Robin Haswell wrote: > I re-implemented this app 4 times, and I concluded that: > > asyncore: slow throughput > asynchat: slow throughput (same problem, hadn't worked it out until I > finished this one) > threaded: depressing locking issues - I now hate python's threading > preforked: fastest in both respects but least flexible. It's the > methodolgy I always use these days. My IPC is domain sockets. Chews > memory, cains cPickle, can't pass around SQLObjects.
Why didn't you try Twisted? It certainly seems like it would have applied here... Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

