Dan Stromberg :
> On Fri, Nov 14, 2014 at 10:42 AM, Empty Account wrote:
>> I am thinking about writing a load test tool in Python, so I am
>> interested in how I can create the most concurrent threads/processes
>> with the fewest OS resources. I would imagine that I/O would need to
>> be non-blo
On Fri, Nov 14, 2014 at 10:42 AM, Empty Account wrote:
> Hi,
>
> I am thinking about writing a load test tool in Python, so I am interested
> in how I can create the most concurrent threads/processes with the fewest OS
> resources. I would imagine that I/O would need to be non-blocking.
>
> There
On 14Nov2014 18:42, Empty Account wrote:
I am thinking about writing a load test tool in Python, so I am interested
in how I can create the most concurrent threads/processes with the fewest
OS resources. I would imagine that I/O would need to be non-blocking.
There are a number of options inclu