I want to write a queue mechanism. Each entry in this queue will have a solutionname and methodname.
This queue solution will run in the background as a batchprocessor.
From the batchprocessor I want to call an external Servoy solution with the given methodname, without the need to have this solution as a module in my batchprocessor.
So in fact it looks like that I need to start a headless client from Servoy script.
Is that possible? And if it is, how should this be done?
I’m not sure. As far as I can see that user manager can add a batch processor to the server.
But batchprocessors on the server remain active.
In my case I want from a batchprocessor (headless client) to execute another headless client. As soon as the method is completed, then this headless client must disappear.
I want it like you can do from a .jsp page (see Servoy example headless client from jsp page). But then not from a jsp page, but from Servoy scripting.