Hi, I'm a python3 developer and i'm creating a small binary driver to be used in an apirest in python. I use the py4j module (http://py4j.sourceforge.net/) for linking my java class to the python app to make the basic operations (open/close db, query, commit, rollbak...). I have a problem in the db clousure phase: the java class that link the python is a background script that remain in execution forever, when i close the db ( db.shutdown() ) it closes rightly but the pool connection remain active.
I use the latest orientdb 1.7-SNAPSHOT. May i have a suggestion to resolve this problem ? My best regards, Fabio -- --- 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.
