fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] Fabric Parallelization... Very Confused


From: Eric Brunson
Subject: Re: [Fab-user] Fabric Parallelization... Very Confused
Date: Wed, 24 Apr 2013 12:42:12 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4

On 04/24/2013 12:37 PM, Worker Bee wrote:
Hi Eric;

I am sorry, I do not understand your reply.  Is there an optiion other than -P that I should use for parallel/multi-thread execution?



The multiprocessing module provides an interface similar to the threading module, but using subprocesses rather than threads to create workers.  So, no, fabric does not support multi-threaded parallelization, it supports multi-process parallelization.



On Wed, Apr 24, 2013 at 2:33 PM, Eric Brunson <address@hidden> wrote:
On 04/24/2013 12:22 PM, Worker Bee wrote:
Hello Everyone;

I just found this in the 1.6 documentation and I am very confused.  Dose this mean that Fabric does NOT support multi-threaded parallelization, despite the presence of the -P option?



I believe it uses the multiprocessing module for parallel execution.



_______________________________________________
Fab-user mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/fab-user



reply via email to

[Prev in Thread] Current Thread [Next in Thread]