On Fri, Sep 10, 2004 at 11:21:32AM -0700, Eric wrote: > So mainly what I am asking about is how can I trap this error(it leads > people to think their order failed when often it went through), and does > anyone have some tips for debugging this further?
Hi Eric, These kind of bugs are nasty to track down. I've had success isolating these types of errors by doing iterative testing with Apache::Test in (in my case, it had to do with a different module that was demonstrating similar symptoms). I'd start with Geoff Young's article[1] if you want to get A::T setup. If you don't have time to setup A::T, you could try ab (the apache benchmark tool) to do iterative testing (see the -n option). I've not used this tool so YMMV. Good luck, William [1] http://www.perl.com/pub/a/2003/05/22/testing.html -- Knowmad Services Inc. http://www.knowmad.com --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
