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
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
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
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
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