Since 4/2/2012 6:08:32 AM, gnicholls has written 3 articles and participated in 1 conversations. gnicholls signature: gnicholls
gnicholls's articles:
Items(3) /1
setjmp longjpm question434 (2/8/2007 10:10:55 PM) comp.lang.c Could some knowledgable soul tell me if the following setjmp/longjmp structure will work from a logical standpoint ? The problem is that bar() needs to suspend processing and return control to foo() but save i... nicho
Shared memory question #20158 (8/4/2005 2:36:11 PM) comp.unix.programmer Greetings Is it possible to share a specific set of pages between processes ? ie. If I have some data in a (say) malloc'd block (that isn't already mmap'd) is there any way I can share that data with another ... gnicholls
Shared memory question2139 (8/4/2005 2:35:09 PM) comp.unix.programmer Greetings Is it possible to share a specific set of pages between processes ? ie. If I have some data in a (say) malloc'd block is there any way I can share that data with another process without having to mo... gnicholls
gnicholls's replies:
Items(1) /1
setjmp longjpm question434 (2/8/2007 10:10:55 PM) comp.lang.c Could some knowledgable soul tell me if the following setjmp/longjmp structure will work from a logical standpoint ? The problem is that bar() needs to suspend processing and return control to foo() but save i... gnicholls(4)