hi all,
i hav a problem related to threads.
i hav created a user program in which i create multiples files and for each file i create a thread to write on.
Upto 28 threads its working fine but when i increase the threads to 29 , not all threads are created successfully.
After 12-13 thread, it starts returning EAGAIN error in pthread creation.
can anyone help me