Date: Sat, 4 Mar 2000 16:37:29 +0200 (EET) From: Narvi <narvi@haldjas.folklore.ee> To: Christopher Masto <chris@netmonger.net> Cc: current@FreeBSD.ORG Subject: Re: Shared memory - Was: 2 Queries Message-ID: <Pine.BSF.3.96.1000304163657.68045C-100000@haldjas.folklore.ee> In-Reply-To: <20000301145737.A22521@netmonger.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 1 Mar 2000, Christopher Masto wrote: > On Wed, Mar 01, 2000 at 11:28:13AM -0800, John Polstra wrote: > > > It takes no more than a well-designed operating system service to > > > ensure that badly written programs don't fail to release resources > > > when they crash. > > > > We didn't design that particular service. That's why it's called > > System V shared memory. > > I did mean to imply that it was poorly designed, but not that it was > designed by FreeBSD's designers. > > > Also, it's persistent for legitimate design reasons, just like files > > are. Applications need to clean up after themselves. > > You can have many more than 32 files. Files are (usually) > well-organized and have names, so you can wipe out your web browser's > cache or lock file relatively easily. Files take up a negligible > fraction of the available file space. > > SysV shared memory is limited, unnamed, unorganized, and uses up a > very scarce resource. > > > The OS has no way of knowing whether an application wants its shared > > memory segments to survive after it terminates. > > That's unfortunate. That's one of the reasons I try to stay away from > SysV IPC. I don't like to have to reboot. You don't have to reboot. Ipcrm is you friend. > -- > Christopher Masto Senior Network Monkey NetMonger Communications > chris@netmonger.net info@netmonger.net http://www.netmonger.net > > Free yourself, free your machine, free the daemon -- http://www.freebsd.org/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.1000304163657.68045C-100000>