Is it possible to startup multiple OServer's? In other words, OServerMain stores a single instance of OServer but is possible to create multiples without an issue?
The reason I ask is that it would be nice to be able to start multiple servers with different configuration. com.orientechnologies.orient.server.OServerMain stores a single instance but nothing prevents us from creating additional OServers. I haven't tried it. Also, can you add an isActivated method to OServer so that we can know if it's running or not (without resorting to checking if a port is open)? -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
