Re: Twisted for non-networking applications

2008-12-22 Thread Bryan Olson
Kottiyath wrote: Is it a good idea to use Twisted inside my application, even though it has no networking part in it? Basically, my application needs lots of parallel processing - but I am rather averse to using threads - With or without threads, the Python interpreter does not do parall

Re: Twisted for non-networking applications

2008-12-21 Thread James Mills
On Mon, Dec 22, 2008 at 3:25 PM, RajNewbie wrote: > I was unable to see documentation explaining this - so asking again. Documentation is available here: http://trac.softcircuit.com.au/circuits/wiki/docs And here: pydoc circuits The code itself is heavily documented. I'm still writing better onl

Re: Twisted for non-networking applications

2008-12-21 Thread RajNewbie
On Dec 22, 3:26 am, "James Mills" wrote: > On Mon, Dec 22, 2008 at 4:27 AM, Kottiyath wrote: > > Hi all, > >   Is it a good idea to use Twisted inside my application, even though > > it has no networking part in it? > >   Basically, my application needs lots of parallel processing - but I > > am

Re: Twisted for non-networking applications

2008-12-21 Thread James Mills
On Mon, Dec 22, 2008 at 4:27 AM, Kottiyath wrote: > Hi all, > Is it a good idea to use Twisted inside my application, even though > it has no networking part in it? > Basically, my application needs lots of parallel processing - but I > am rather averse to using threads - due to myraid issues

Twisted for non-networking applications

2008-12-21 Thread Kottiyath
Hi all, Is it a good idea to use Twisted inside my application, even though it has no networking part in it? Basically, my application needs lots of parallel processing - but I am rather averse to using threads - due to myraid issues it can cause. So, I was hoping to use a reactor pattern to