I programmed an servlet, which produces an terrain elevation model of a geograhpical area. I use offscreen rendering and put aout a JPEG.
The Offscreen Canvas and the Universe are static, the generate() Method is synchronized. After the Rendering the SceneGraph will be detached and the Canvas and Universe instances reused.
But after some runs I get an out of memory error.
Is it possible to release the BranchGroup and make the memory free again after using it.
I use the following system configuration
j2sdk1.4.1_3 java3D-1.3.1 tomcat 4.1.12LE 1.4
thank in advance
Björn
=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".