Re: [Twisted-Python] PyCon 2011 Twisted Sprint

2011-03-02 Thread Glyph Lefkowitz
On Mar 3, 2011, at 12:21 AM, Tom Davis wrote: > On Wed, Mar 2, 2011 at 11:45 PM, Glyph Lefkowitz > wrote: > > On Mar 2, 2011, at 11:28 PM, exar...@twistedmatrix.com wrote: > > > On 8 Feb, 04:24 pm, exar...@twistedmatrix.com wrote: > >> Hello all, > >> > >> Once again, we will be sprinting at

Re: [Twisted-Python] PyCon 2011 Twisted Sprint

2011-03-02 Thread Tom Davis
On Wed, Mar 2, 2011 at 11:45 PM, Glyph Lefkowitz wrote: > > On Mar 2, 2011, at 11:28 PM, exar...@twistedmatrix.com wrote: > > > On 8 Feb, 04:24 pm, exar...@twistedmatrix.com wrote: > >> Hello all, > >> > >> Once again, we will be sprinting at PyCon. I've just added Twisted to > >>

Re: [Twisted-Python] PyCon 2011 Twisted Sprint

2011-03-02 Thread Glyph Lefkowitz
On Mar 2, 2011, at 11:28 PM, exar...@twistedmatrix.com wrote: > On 8 Feb, 04:24 pm, exar...@twistedmatrix.com wrote: >> Hello all, >> >> Once again, we will be sprinting at PyCon. I've just added Twisted to >> . If you plan to attend >> (for any amou

Re: [Twisted-Python] PyCon 2011 Twisted Sprint

2011-03-02 Thread exarkun
On 8 Feb, 04:24 pm, exar...@twistedmatrix.com wrote: >Hello all, > >Once again, we will be sprinting at PyCon. I've just added Twisted to >. If you plan to attend >(for any amount of time), please add your name to the attendees list. >Also feel free to

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

2011-03-02 Thread exarkun
On 09:42 am, dineshkapoo...@gmail.com wrote: >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 runni

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

2011-03-02 Thread Reza Lotun
On Wed, Mar 2, 2011 at 9:42 AM, Dinesh Kapoor wrote: > 2. Celery is running with concurrency = 2. > 3. I have changed my code so that I call reactor.callfromthread for all > reactor based work. > 4. A lot of times once I schedule the celery task, I get delays ranging from > 3 - 30 seconds when I 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