RE: 30 second timeout

2007-11-26 Thread Andrew O'Brien
Hi Matthew, > I've got an .epl script that is failing to run past 30 > seconds. Here's a very simple example: [snip] > When I hit that it times out at 30 seconds. I've tried with > the browser and wget (which has a 900 second default timeout > according to the man page). I think this is ha

30 second timeout

2007-11-26 Thread Matthew A. Bockol
Hi Folks, I've got an .epl script that is failing to run past 30 seconds. Here's a very simple example: [$ var $foo $] [- $foo = "Hello" -] [+ $foo +] [$ while (1==1) $] [- $foo = time -] [+ $foo . "" +] [$ endwhile $] The actual script is doing some db queries, but the affect (> 30 s