> Because the actual process is rather slow--and I'm not sure there's > much to be done to speed things up, I try to pick up what snippets of > performance I can in the setup code, hence my query.
I'd look for other things first: * execution model: persistent Perl process, or started anew? * network access * disk access * inter-process communication * locking Maybe one of those has a big speed-up potential?! -- Michael Ludwig _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
