Re: Django in text-mode and threads

2006-04-21 Thread Rafael Jorge
On 4/21/06, Rafael Jorge <[EMAIL PROTECTED]> wrote: On 4/21/06, Eugene Lazutkin < [EMAIL PROTECTED]> wrote: Make sure you use one connection per thread.How can I do this? can you explain?I apply the ticket #1442 [1] and this appear solve my problem, now I have 50 thread running nice :), now I want

Re: Django in text-mode and threads

2006-04-21 Thread Rafael Jorge
On 4/21/06, Eugene Lazutkin <[EMAIL PROTECTED]> wrote: Make sure you use one connection per thread.How can I do this? can you explain?-- SDM - www.Garimpar.com/noticias http://sdm.zapto.org/--"Orientacao a Objeto sempre existiu, mas no final tudo acaba em ponteiros" - Eliel Souza --~--~-~-

Re: Django in text-mode and threads

2006-04-21 Thread Eugene Lazutkin
Make sure you use one connection per thread. Thanks, Eugene [EMAIL PROTECTED] wrote: > Hi, my name is Rafael Jorge, I'm from Brazil > Well, I was search in the GMane [1] for something like this, but I > haven't found anything that could help me. > > I'm trying run a script that throws (nearly)

Django in text-mode and threads

2006-04-21 Thread [EMAIL PROTECTED]
Hi, my name is Rafael Jorge, I'm from Brazil Well, I was search in the GMane [1] for something like this, but I haven't found anything that could help me. I'm trying run a script that throws (nearly) 50 threads (like robots, daemons), and this script never finish (yes, this is right), but each th