On Sunday, November 23, 2014 12:56:51 PM UTC-8, Anurag wrote:
> Hey Socha,
> Your solution works. But then, all my 3 workers are running in a single
> command window. How do I make them run in three different command windows?
That, I don't know. You would probably need to open a new command wind
Hey Socha,
Your solution works. But then, all my 3 workers are running in a single command
window. How do I make them run in three different command windows?
--
https://mail.python.org/mailman/listinfo/python-list
On Thursday, November 13, 2014 3:22:49 PM UTC-8, Anurag wrote:
> On Thursday, November 13, 2014 2:18:50 PM UTC-5, sohca...@gmail.com wrote:
> > On Thursday, November 13, 2014 10:07:56 AM UTC-8, Anurag wrote:
> > > I am having trouble understanding the Multiprocessing module.
> > > I need to run thr
On Thursday, November 13, 2014 2:22:29 PM UTC-5, Gary Herron wrote:
> On 11/13/2014 10:07 AM, Anurag wrote:
> > I am having trouble understanding the Multiprocessing module.
> > I need to run three different files 'Worker1' , 'Worker2', 'Worker3' all at
> > once. Currently I am doing this :
> >
>
On Thursday, November 13, 2014 2:18:50 PM UTC-5, sohca...@gmail.com wrote:
> On Thursday, November 13, 2014 10:07:56 AM UTC-8, Anurag wrote:
> > I am having trouble understanding the Multiprocessing module.
> > I need to run three different files 'Worker1' , 'Worker2', 'Worker3' all at
> > once. C
On 11/13/2014 10:07 AM, Anurag wrote:
I am having trouble understanding the Multiprocessing module.
I need to run three different files 'Worker1' , 'Worker2', 'Worker3' all at
once. Currently I am doing this :
from multiprocessing import Process
import Worker1.py
import Worker2.py
import Worke
On Thursday, November 13, 2014 10:07:56 AM UTC-8, Anurag wrote:
> I am having trouble understanding the Multiprocessing module.
> I need to run three different files 'Worker1' , 'Worker2', 'Worker3' all at
> once. Currently I am doing this :
>
> from multiprocessing import Process
>
> import Wor
On 2014-11-13 18:10, Anurag wrote:
On Thursday, November 13, 2014 1:07:56 PM UTC-5, Anurag wrote:
I am having trouble understanding the Multiprocessing module.
I need to run three different files 'Worker1' , 'Worker2', 'Worker3' all at
once. Currently I am doing this :
from multiprocessing imp
On Thursday, November 13, 2014 1:07:56 PM UTC-5, Anurag wrote:
> I am having trouble understanding the Multiprocessing module.
> I need to run three different files 'Worker1' , 'Worker2', 'Worker3' all at
> once. Currently I am doing this :
>
> from multiprocessing import Process
>
> import Work