On Mon, Nov 26, 2012 at 2:59 PM, Lluís Batlle i Rossell <[email protected]>wrote:

>
> fossil uses fork() quite enough, and its memory management depends on
> that, for
> what I understand.
>

The "fossil ui" and "fossil server" commands use fork() on unix.  But
fork() is not available on windows so we have the winhttp.c source file to
work around that limitation.

So Fossil does not depend on fork().  But the implementation of Fossil
would be simplified if fork() were universally available.



> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to