Re: [HACKERS] [Pljava-dev] stack depth limit exceeded - patch possible?

2008-04-14 Thread Alexander Wöhrer
(check_stack_depth doing nothing) will work for my proof of concept tests. Can you suggest another workaround? Regards, Alexander Wöhrer > > > On Sat, 12 Apr 2008, Alexander Wöhrer wrote: > >> I'm working on Windows XP SP2 (stack limit 3500 kb) and deployed >> succe

Re: [HACKERS] stack depth limit exceeded - patch possible?

2008-04-12 Thread Alexander Wöhrer
you know what happens for my application. Best regards, Alexander Gregory Stark schrieb: Alexander Wöhrer <[EMAIL PROTECTED]> writes: by Thomas Hallgren where he mentioned that PostGre only defines one stack and therefor pl/java has no way of telling PostGre about multiple thread

[HACKERS] stack depth limit exceeded - patch possible?

2008-04-12 Thread Alexander Wöhrer
Dear PostGre developers, I'm working on Windows XP SP2 (stack limit set to 3500 kb) and deployed successfully my Java application (doing some external Web service calling) inside PostGre 8.3.0. Unfortunatelly, the application needs at least 3 Threads and will run for quite some time. I fou