For those of you who don't know, speedycgi runs under UNIX and precompiles and prestarts a Perl script in order to get faster performance. routers.cgi never used to work with it due to variable scoping issues.
The current version will work if you use this shebang line:
#!/usr/bin/speedy -- -M10 -r1
but I have a version here that seems to work without the -r1 requirement. The speed improvement is quite amazing.
Anyone wanting to try it out, the trick is to change the non-constant my() definitions at the beginning to our() and initialise them to blank.
SteveStatistics: Posted by stevesh — Thu Dec 11, 2003 11:13 am
]]>