Is it possible in a jServer-App with backgroundworkers to restart a backgroundworker if it ends?
Is it possible to use a jserver handler to raise an event/send a message/call a sub in a backgroundworker? Or even to restart a crashed backgroundworker?
Hi I have add some BackgroundWorker as following, Could i get gate4dimmer and call their sub with callsub ? :) srvr.AddBackgroundWorker("gate4dimmer") srvr.AddBackgroundWorker("gate4mbtcp") srvr.AddBackgroundWorker("gate4mbrtu") srvr.AddBackgroundWorker("gate4slmp") ' srvr.Start
www.b4x.com
The other 2 questions afaik no... But most of the times you use a timer to keep them functional after startmessageloop. So with enough try catch they should be stable