Event Driven programming - Doubts
David Stanek
dstanek at dstanek.com
Mon Dec 22 10:43:44 EST 2008
On Mon, Dec 22, 2008 at 9:57 AM, Kottiyath <n.kottiyath at gmail.com> wrote:
>
> If so, Even though data locking etc is not a problem, are we not still
> having threads? Will it not still cause scalability problems in high
> traffic?
> If not, could somebody let me know how it is done?
This somewhat depends on the application. Is it IO bound or CPU bound?
>From what I understand about twisted you will only have one process
and one thread which means you will only be using one CPU.
--
David
http://www.traceback.org
More information about the Python-list
mailing list