B4J Question jServer Interact with backgroundworker?

DonManfred

Expert
Licensed User
Longtime User
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?
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
call a sub in a backgroundworker
This yes,

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
 
Upvote 0
Top