On 1. Aug 2008, at 11:29, Mathias Heyer wrote: > Hello, > > I wonder why the extra server process is needed. > It would be convenient, if the application-node could act as the > server as well. But the process-local-server facility is constrained > to a very basic config. Why has it been done this way?
The server will be extended to server multiple applications on a visualization cluster, e.g., for data-center type of vizserving. It therefore is a separate process, handling multiple applications. The process-local-server will eventually also be extended to be more versatile in the context of standalone multi-GPU systems. For now, you probably can use Server::useConfig to load a custom config. I am not sure if this works for multi-node configs, due to the way the server networking is set up. Note that this API might change. HTH, Stefan. _______________________________________________ eq-dev mailing list [email protected] https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

