Am 29.02.2012 um 09:10 schrieb Sven Van Caekenberghe:
Norbert,
On 28 Feb 2012, at 21:30, Norbert Hartl wrote:
The only limit that I tested is a maximum of threads of 1100 or 1400, can't remember right now. The image is stuck then.
I know we are way off topic, but are you sure you were not running into some OS limit (max open files/sockets which is often 1024 at the user level) ?
You can inspect the limits by doing:
$ ulimit -Hn $ ulimit -Sn
for the hard and soft limits
I know, thanks. But my test was as simple as 14000 timesRepeat: [ [ (Delay forSeconds: 60) wait ] forkAt: Processor userBackgroundPriority ] I tested it again and it works. If I open the process browser and turn auto update on then it deadlocks. I made this "mistake" the last time, too. Otherwise with the above test I could start more than 25000 threads without problem. Norbert