From c591ab2e7d1ddb085d484351ae37e56a51f17230 Mon Sep 17 00:00:00 2001 From: hns Date: Fri, 27 Sep 2002 07:11:23 +0000 Subject: [PATCH] If no evaluator is available in getEvaluator() and a new one can't be allocated, try waiting a few seconds several times before throwing a max thread count exception. --- src/helma/framework/core/Application.java | 30 +++++++++++++++++------ 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/src/helma/framework/core/Application.java b/src/helma/framework/core/Application.java index f063a5ed..d99c02d1 100644 --- a/src/helma/framework/core/Application.java +++ b/src/helma/framework/core/Application.java @@ -253,6 +253,7 @@ public final class Application implements IPathElement, Runnable { } catch (Exception ignore) {} for (int i=0; i