Hi!
I use a stateless session bean as web service. The beans serves very short request and should be served as fast as possible. The request are time critical.
I use a second bean, which does a long calculation. This calculation is timer trigger and not time critical.
Is it OK to switch the priority of long calculation to low?
Is there anything special to pay attention to? Or is there a better solution?
Thanks
Stephan
[Message sent by forum member 'iceandfire' (iceandfire)]
http://forums.java.net/jive/thread.jspa?messageID=220429