Author: theraven
Date: Wed Apr 7 20:37:54 2010
New Revision: 30101
URL: http://svn.gna.org/viewcvs/gnustep?rev=30101&view=rev
Log:
Make NSTask use vfork() instead of fork(). Not sure why this wasn't done
already - you should only use fork() when you're creating a child process that
isn't calling execv() immediately afterwards. This should make creating an
NSTask a lot faster (especially on Windows where fork() is implemented with
some horribly complex hacks but vfork just sets a few flags and calls setjmp()).
Modified:
libs/base/trunk/Source/NSTask.m
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs