Hi,

Whats the best way to seed the random number generator on Win2000?

Eric

> -----Original Message-----
> From: Carl Jolley [mailto:[EMAIL PROTECTED]]
> Sent: 25 April 2001 20:42
> To: Eric Mosley
> Cc: [EMAIL PROTECTED]
> Subject: Re: DBM on windows
>
>
> On Wed, 25 Apr 2001, Eric Mosley wrote:
>
> > Hi,
> >
> > We are looking at using a DBM store for our cgi routines on the
> web server.
> > The max amount of data will be about 10,000 name-value pairs.
> >
> > But what I'm worried about is multiple instances of the perl
> cgi program all
> > reading/writing to the same DBM file on Windows2k - is locking
> inherently
> > built into the DBM package or is there a work around?
> >
>
> You should be able to use flock() on Win2K but you will
> have to make sure all scripts that access this data base
> use and follow the flock() protocol.
>
> **** [EMAIL PROTECTED] <Carl Jolley>
> **** All opinions are my own and not necessarily those of my employer ****
>

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to