Hi,
Is it a best approach to start a new
thread from the action class where i do time consuming operation in that thread and return.By this time what should be done to the main thread that called the action class.
1.Wait 2.return to a status page,after creating child thread
I am just confused,will this work if the number of users are more
