Camm Maguire <[email protected]> writes: | Greetings! | | Gabriel Dos Reis <[email protected]> writes: | | > Hi Camm -- | > | > It is "safe" for a C function linked into GCL image to call fork()? | > | > Thanks, | > | | In general, yes. This is used already in several places, esp. cvs | head. | | Please keep in mind that fork usually uses copy on write pages, so | that if you gc in the child, you will page out and copy basically the | entire heap.
OK, many thanks for th info. -- Gaby _______________________________________________ Gcl-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gcl-devel
