Re: Running django with stackless

2007-02-10 Thread krypton
Django part of my code is in webpy and a differnet proj in django On Feb 10, 5:12 am, James Tauber <[EMAIL PROTECTED]> wrote: > Is your mention of webpy everywhere instead of Django a cut-and-paste > error? > > Are you really asking about django or about webpy? > > On 10/02/2007, at 7:30 AM, kr

Re: Running django with stackless

2007-02-10 Thread James Tauber
Is your mention of webpy everywhere instead of Django a cut-and-paste error? Are you really asking about django or about webpy? On 10/02/2007, at 7:30 AM, krypton wrote: > > Guys I m using threads to use concurrecy in my webapps and I find it > to be needlessly slow, because most of the stuff

Running django with stackless

2007-02-09 Thread krypton
Guys I m using threads to use concurrecy in my webapps and I find it to be needlessly slow, because most of the stuff thatI try to do with the thread are like, send messages, update a long running thread, update rss feeds etcc., ie they do not need context and Hence i do not need threads Upon res