Hi,
Im trying to write an application that uses threads to handel multible network connections. For each Client there is a Client,Send,Recieve-Thread. After about 200 Clients, this would be 600 Threads, i got the message "Failed to create Thread".
Is it my Operating System or some SFML that reaches some limit? Im trying this on an Debian Etch. I tried to find my system limit of processes but failed.
Thanks for your time.