Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Perl performance ?
Andy Knipp
Decided to start a new thread, WF running very slow on one server.
I decided to take the PERL out of the WF and run it standalone (as much as will run):
server 1:
time ./wf_test.ipl
Undefined subroutine &main:lithium_ELEM__ called at ./wf_test.ipl line 388.
real 0m5.76s
user 0m1.78s
sys 0m0.53s
server 2:
time ./wf_test.ipl
Undefined subroutine &main:lithium_ELEM__ called at ./wf_test.ipl line 388.
real 0m14.87s
user 0m1.16s
sys 0m0.36s
Same code, 15 seconds compared to 5. Not doing anything yet.
Any tips/pointers/rtfms appreciated
Andy
Find more posts tagged with
Comments
There are no comments yet