Re: random function

2000-10-15 Thread Gerald Richter
> I get a strange error when calling a random function - it starts > sending back broken pages when load testing, but while just > loading/reloading it works > Any errormessages in the error.log or in the embperl.log file? Gerald

Re: random function

2000-10-06 Thread Henri Laupmaa
On 4 Oct 2000, at 21:30, ___cliff rayman___ wrote: > i'll take a late night stab at it. > which random function are u using and where is it getting its randomness? i know >some of them will just block if there is nothiing to produce entropy. perhaps apache >is timing out and that is where the

Re: random function

2000-10-04 Thread ___cliff rayman___
i'll take a late night stab at it. which random function are u using and where is it getting its randomness? i know some of them will just block if there is nothiing to produce entropy. perhaps apache is timing out and that is where the broken pages are coming from. i am sure the gurus on thi