Re: [Twisted-Python] Question regarding the working of twisted python with celery

2011-03-03 Thread Dinesh Kapoor
Thanks Reza and Jean-Paul for your response. Actually, I tried investigating a bit more that whether the reactor is in different process than the calling celery task, and it doesn't seem to be the case. The workflow that I am assuming is as follows: 1. Celery creates a worker process and assigns a

[Twisted-Python] Question regarding the working of twisted python with celery

2011-03-02 Thread Dinesh Kapoor
Hi, I have run into a weird performance issue while working with twisted and using celery to schedule tasks on it. Here is my setup: 1. Celery schedules a task which makes a TCP connection to a server running FreeSwitch 2. Celery is running with concurrency = 2. 3. I have changed my code so tha