Hi guys, I have integrated OrientDB with Java Service Wrapper Community Edition (http://wrapper.tanukisoftware.com/doc/english/product-overview.html) to run the Server as NT Service or UNIX daemon and add some health check to monitor it.
Basically, JSW pings the OrientDB Server JVM every 5 minutes (polling time is configurable) to make sure the process is not frozen up. Moreover you can easily configure JVM restarts when a specific error occurs. A restart in case of OOM is already configured out of the box. The service configuration is centralized into a platform independent configuration file (orientdb.conf). Current implementation does not support distributed mode (it will be available soon). Here you can find the orientdb-servicewrapper package with installation (3 simple steps) and usage instructions. https://github.com/fabriziofortino/orientdb-servicewrapper Any feedback is appreciated. Fabrizio -- --- 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/d/optout.
