Suppose we have a long running process and it is waiting in wait activity which expires in 50 days and this long running process is getting executed in IBM Websphere process server(WPS).
Now if I shutdown the WPS, it means that process that is executing in CPU will be killed. Now I start the server again, Now my question is how the process created again and how it resume from that particular activity like wait.
I know all these information regarding the activity is retrieved from the database but I am not sure how the creation of process happen and how it resume from the activity at which we shutdown the server?
Please let me know in case you don't understand my question.
Thank you very much.