You can't have multiple clients connect via plocal. Well technically you can but you'll see lots errors and stale data.
You can do the following: 1 JVM (multithreaded) > plocal > db n clients through remote connections That 1 JVM is either the server.sh server or your custom java application running orientdb "embedded" (plocal connection with the binary listener turned on for remote connections). On Friday, July 25, 2014 12:03:03 PM UTC-4, moksh n wrote: > > Can the multiple processes on the same machine share the orient db? > Or do I need to use the remote protocol though the db is in the same > machine to share. > > Thanks > -- --- 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.
