Has anyone tried using Cache::Mmap in mod_perl?
I have some virtualhost related data I would like to share amoung the
apache children, a quick lookup at cpan.org I find this Cache::Mmap
module which seems to fits my need just right.
I have written a perl code to test my design off apache, it work
On Sun, Jul 18, 2004 at 12:32:00PM -0700, David Arnold wrote:
>
> Suppose that student A logs into our main page using his username and
> [...]
> information into a waiting PDF document. My first question is this: Is the
> username and password that student A used to login available to this next
>
All,
We're writing a series of examinations that will be placed online. We
anticipate that many students will use the computers in our academic
support center (ASC) to take these examinations online. This means that
it's possible that different students could enter our examination page from
the sa
I'm getting an intermittent 500 server errors, which is getting more
frequent the busier the server is getting.
The trouble is, the only error message I'm getting in the log is:
[error] Died at /usr/lib/perl5/5.8.1/CGI/Carp.pm line 312.
It is occurring across different scripts but when I reload th
On Jul 17, 2004, at 11:20 AM, Adam Worrall wrote:
my $sock = IO::Socket::INET->new ({'Proto' => 'tcp',
'PeerAddr' => 'localhost',
'PeerPort' => 80});
I may be mistaken but I'm fairly sure that IO::Socket::INET takes a
list