Actions
Bug #1003
closedexecution and waitFor of AEs need 2nd thread
Status:
Resolved
Priority:
Immediate
Assignee:
Category:
monarch - general bugs
Target version:
Start date:
02/27/2003
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1003
Description
When an AE is executed and subsequently waited for in java, it should be broken
into another thread or else multiple users can't execute at the same time.
Updated by Chad Berkley over 21 years ago
This was actually not a bug. There was a bug in the fact that we were using
global variables in the servlet to control the printwriter and servlet context.
This is now fixed and multiuser executions fully work.
Actions