[EMAIL PROTECTED] wrote: > When I execute the syscall Fork(), it return with error[Resource > temporary unavailable]. > If there are some restrictions to fork() in cygwin?
More than likely there is some restrictions on your current usage of memory! Usually when I see this you are having a problem with not enough memory. Use the Task Manager to see who's using all your virtual memory. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/