>
> Btw. do multiple 'execute' functions get called in parallel when done
> in one embperl file? eg. when I have 5 files included in index.html
> via Execute could they start accessing db at the same time?
>
No, Execute's are execute in the order they appear in your sourcefile
> If so - is there
> 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 f
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
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 gur
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
The results of the load test:
Document Length:5064 bytes
Concurrency Level: 30
Time taken for tests: 14.279 seconds
Complete