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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to