----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


----- Original Message -----
From: "Match Grun" <[EMAIL PROTECTED]>
To: "Java Apache Users" <[EMAIL PROTECTED]>
Sent: Saturday, November 27, 1999 1:04 PM
Subject: Re: Java 2D && JAI == Memory Leak? Say it ain't so..


> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> Zach,
>
> Is is possible to do the processing outside of the Apache
> environment? Maybe this can be done as a separate process? The
> process can then die when processing complete.
>


Why don't you try an RMI server that does the processing for you? You can
maybe spawn a thread and do the processing and then the thread can die... I
am writing a RMI server to do some authentication, session management and
auditing for this pieace of software that is mostly servlet based with an
SQL backend... I am not sure how much overhead you will have in the
transmission of the objects but in my case its pretty minmal...

RMI is pretty easy (as easy as writing java itself...I think)... there is a
nice tutorial

http://java.sun.com/products/jdk/1.2/docs/guide/rmi/getstart.doc.html

and some other docs at

http://www.execpc.com/~gopalan/java/java_rmi.html

and the Java RMI homepage is:

http://java.sun.com/products/jdk/rmi/index.html


I am not sure how good this would be for you... but it does a nice job for
my project...

Stou

P.S.
those links are from www.codeguru.com they have a whole section on Java and
a bunch of stuff on RMI... check it out its a phat site...



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to