Hi,
I have an application (headless) that export a web service interface. This app takes ws-calls and renders things on an opengl canvas (offscreen). While rendering it streams this canvas through an exported url that is app-instance specific.
I actually want hundreds of instances of this app so the problem is
i) GPU processing management
ii) network management
Is it possible for JPPF to support this scenario?