Re: shared memory crash

1999-08-16 Thread Ronald G. Minnich
don't use shmget if you can. Use mmap'ed files. The SYSV shm interface is incredibly dumb. ron To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: shared memory crash

1999-08-16 Thread Ronald G. Minnich
don't use shmget if you can. Use mmap'ed files. The SYSV shm interface is incredibly dumb. ron To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: shared memory crash

1999-08-14 Thread Matthew Dillon
:I've been learning to program using shared memory and messages. As I write :and debug, I often have to crash a running process which stalls. Of :course, there is a problem with my code but that's all part of the :learning process. The actual problem is that, after a few ctrl-c's, there :isn't enou

shared memory crash

1999-08-14 Thread Marc Tardif
I've been learning to program using shared memory and messages. As I write and debug, I often have to crash a running process which stalls. Of course, there is a problem with my code but that's all part of the learning process. The actual problem is that, after a few ctrl-c's, there isn't enough sp

Re: shared memory crash

1999-08-14 Thread Matthew Dillon
:I've been learning to program using shared memory and messages. As I write :and debug, I often have to crash a running process which stalls. Of :course, there is a problem with my code but that's all part of the :learning process. The actual problem is that, after a few ctrl-c's, there :isn't eno

shared memory crash

1999-08-14 Thread Marc Tardif
I've been learning to program using shared memory and messages. As I write and debug, I often have to crash a running process which stalls. Of course, there is a problem with my code but that's all part of the learning process. The actual problem is that, after a few ctrl-c's, there isn't enough s