[BangPypers] Associate sponsors for PyCon India

2009-08-20 Thread Noufal Ibrahim
We're in a reasonably healthy state right now as far as money is concerned. I think we can cover the costs. However, our margin of safety is limited and there will *always* be unexpected costs at the end. I will send out another mail later today detailing our financial condition. Ramdas suggested

Re: [BangPypers] a dynamic status display thing...

2009-08-20 Thread Noufal Ibrahim
On Thu, Aug 20, 2009 at 7:10 PM, Navin Kabranavin.ka...@gmail.com wrote: [..] If I understand right, you want to dynamically create an animation that shows what's going on with your process at runtime. The Python Imaging Library will allow you to create animated gifs - like the Quicksort

Re: [BangPypers] a dynamic status display thing...

2009-08-20 Thread Noufal Ibrahim
On Thu, Aug 20, 2009 at 9:33 PM, Vishalvsapr...@gmail.com wrote: Yeah I was thinking the same. Since I know that the server side process will take a certain time to complete, a javascript function to 'POST' a request for data after that much time should be good enough. Something similar to

Re: [BangPypers] a dynamic status display thing...

2009-08-20 Thread Vishal
Yeah I was thinking the same. Since I know that the server side process will take a certain time to complete, a javascript function to 'POST' a request for data after that much time should be good enough. I was wondering if there are any inherent time lags when using xmlhttprequest, since its

Re: [BangPypers] a dynamic status display thing...

2009-08-20 Thread Noufal Ibrahim
On Thu, Aug 20, 2009 at 10:17 PM, Vishalvsapr...@gmail.com wrote: Thanks. I'll look into this for sure. What I meant was...If there is lot going-on on the server, can the asynchronous call get held up...and not return to the client ?? Possible. It could take longer than normal. what can the