On Mon, Dec 22, 2008 at 9:57 AM, Kottiyath <n.kottiy...@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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to