Process creation from database in Websphere process server -
suppose have long running process , waiting in wait activity expires in 50 days , long running process getting executed in ibm websphere process server(wps).
now if shutdown wps, means process executing in cpu killed. start server again, question how process created again , how resume particular activity wait.
i know these information regarding activity retrieved database not sure how creation of process happen , how resume activity @ shutdown server?
please let me know in case don't understand question.
thank much.
all long running process instances , details stored in wps's internal db. when process waits, not waiting, process execution in state called "wait". no process or thread waiting. when stop server, has these details persisted , when start again, picks details db. process instance not process or thread (like process/thread in os/java), instead entity stored in internal database.
Comments
Post a Comment