Amount of memory available to IPC::Shareable?

2000-10-12 Thread Alexander Farber (EED)
I would like to write a small web chat using IPC::Shareable. How do I find out, how much shared memory is available on some host, esp. under Solaris and OpenBSD? I have looked at "perldoc IPC::Shareable" and the outputs of "dmesg", "ipcs -a" and "ulimit -a" but don't see it yet. Also, does

RE: Amount of memory available to IPC::Shareable?

2000-10-12 Thread ricarDo oliveiRa
Hi there, this may be of some interest to you: http://perlchat.sourceforge.net/ --Original Message-- From: "Alexander Farber (EED)" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: October 12, 2000 9:21:58 AM GMT Subject: Amount of memory available to IPC::Shareable? I

Re: Amount of memory available to IPC::Shareable?

2000-10-12 Thread Eivind Trondsen
ct: Amount of memory available to IPC::Shareable? I would like to write a small web chat using IPC::Shareable. How do I find out, how much shared memory is available on some host, esp. under Solaris and OpenBSD? I have looked at "perldoc IPC::Shareable" and the outputs of "dmesg