Is it advisable to create threads inside a session bean.
We need to execute database queries from 2 different database simultaneously. Is there any other method than creating threads?
thanks
Printable View
Is it advisable to create threads inside a session bean.
We need to execute database queries from 2 different database simultaneously. Is there any other method than creating threads?
thanks
Any ideas?
yes you can create user threads from a session bean, but I think it is not considered good practice.