in reply to
mod_perl: locking and sharing between sessions
You could use something like
Cache::Cache
to cache sequence numbers and use a mod_perl handler to replenish them as and when required.
rdfield
Comment on
Re: mod_perl: locking and sharing between sessions
In Section
Seekers of Perl Wisdom