+---------- On Jan 17, Daniel P. Stasinski said: > My second suggestion was meant as humor. The reason that your > server crashes is because your code is flawed.
Obviously his infinite-recursion example will always fail in some way. But his real code might not recurse infinitely. It might simply need to recurse to a greater depth than the default stack size allows. In that case, increase the stack size is the correct solution.
