Date: Wed, 29 Jan 1997 10:41:22 +0000 From: Meir Dukhan <mdukhan@bis.co.il> To: hackers@freebsd.org Cc: mdukhan@quasi.bis.co.il Subject: Sys V IPC Message-ID: <32EF2952.41C67EA6@bis.co.il>
next in thread | raw e-mail | index | archive | help
Hi Ok, I know BSD ppl may not like it, but anyway I have few questions I think some of you know the answers. Sys V ipc (at least the calls related to shared mem and messages queues) seems to _not_ be implemented as system calls. Indeed, ktrace/kdump wont records them as system calls (even if the manpage for shmat is in section 2 ;=) I experienced the following: - msgrcv() with IPC_NOWAIT return EWOULDBLOCK instead of ENOMSG (Linux and Sys V) - a process can have no more than 8 shared mem segments (how can I change this ?) Is the above the expected behaviors ? Can one confirm/infirm ? Tia Meir ps: cc to mdukhan@bis.co.il, I'm not on hackers@freebsd.org, Thanks to all in advance.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32EF2952.41C67EA6>