From: marek at lewczuk.com (Marek Lewczuk) Date: Sat, 07 May 2005 14:29:11 +0200 Subject: [Pljava-dev] Re: preload_libraries and pljava In-Reply-To: References: <427C99C2.70703@mailblocks.com> Message-ID: <427CB497.70502@lewczuk.com> Thomas Hallgren napisa?(a): > Marek Lewczuk wrote: > Sure, the pljava can be pre-loaded just like any other module. There is > no particular initialization function though since PL/Java is > initialized when the first call arrives so don't use a ':' in the > preload entry for pljava. It's working... however I don't see any performance improvments. I have this problem with all procedural languages - executing first functions takes about a 1 second. Is there any other solution to make pljava runs faster in first execution ? Thanks for help. ML