Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi....


i am creating a application like website blocking, by using linux(C Language) and C#,
Linux is the Server. I am using Multithread in c the problem is if i am going to browse 20 sites, its opening and working properly... after that thread is not creating... can u plz tel me the solution for this..
Posted
Updated 15-May-13 4:02am
v2

1 solution

Look at the return code for any API creating threads. If the thread is not created, the return code should give a reasonable explanation why not.

This is an important detail that many people overlook.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900