From: pierce at hogranch.com (John R Pierce) Date: Sat, 24 Apr 2010 14:31:52 -0700 Subject: [Pljava-dev] pljava and jvm loading. Message-ID: <4BD36348.30107@hogranch.com> if I have a postgresql 8.4.3 cluster with several databases, and one of them has PL/Java installed using Sun JDK 1.5.0, when does the JVM get loaded? A) when a connection is made to the database that has pljava B) when any connection is made to any DB in the cluster C) when a pljava function is first invoked D) other? (I note this is the -dev list... and my questions are more of the -user variety, but I don't know of any other lists... if there's a more appropriate forum for these questions, feel free to direct me...)