Tasks pending

agendo (4/7/14 7:26AM)


agendo (4/7/14 7:26 AM)

Did you check all your long running processes you have started? Maybe
there is something wrong with them.

We never use While(true) loops (or something like that) anymore since
we were coming into trouble in the case of quitting the server. We got
other problems, not the error message mentioned by you, mostly we have
to force the quit.

What we are doing now is asking for aborted processes to gracefully
step out of long lasting loops, e.g.:
While (Not(Process aborted))
instead of
While(true)

Maybe this helps a bit.

Regards
Lutz

Reply to this message

Summary created 4/7/14 at 12:36PM by Intellex Corporation

Comments welcome at: feedback@intellexcorp.com