in reply to Re^3: Perl concurrent access
in thread Perl concurrent access

It is just a select. The database is MySQL client version: 4.1.22. I just ran made 4 requests at the same time, and looked at the processes in the CPU. The perl script in question appeared 4 times in the cpu process list, each entry using a similar amount of CPU and Memory. The OS is linux i686 running apache 2.0.61.

Replies are listed 'Best First'.
Re^5: Perl concurrent access
by cdarke (Prior) on Sep 10, 2009 at 14:31 UTC
    OK. Are you doing anything else in your script? If not, then it is time to look at the query.