Re: Efficient Threading

2014-11-16 Thread Marko Rauhamaa
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

Re: Efficient Threading

2014-11-15 Thread Dan Stromberg
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

Re: Efficient Threading

2014-11-14 Thread Cameron Simpson
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