(pre)forking server framework?

czajnik at czajsoft.pl czajnik at czajsoft.pl
Mon Jun 12 10:27:18 EDT 2006


Diez B. Roggisch napisal(a):

> Why do you care if the asynchronous model is overkill or the performance is
> good? Twisted comes close to what you want - and using its strength as
> arguments against it strikes me as odd.

I was unclear :) I mean I don't like using asynchronous model for the
kind of job I have to do, as it's more complicated I think. Simple
blocking synchronous communication, with one process per connection is
all I need. Also this is going to be a kind of system management
software, and forking has other advantages to me. Maybe I'll give
Twisted a chance, need to spend some time experimenting with it.

BR,
Przemek




More information about the Python-list mailing list