-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

"Mader, Cary J" wrote:
> 

> 
>     WClient wc = new WClient(ipAddress_);
>     wc.connectToServer();        //establish connection to server
>     wc.someMethod(xxx);        //execute some code
>     wc.close();                        //close connections, free WClient
> resources
>     wc = null;
> 

Some thougths:
- is WClient starting a new thread, which is not terminated ?
- does WClient free all System resources (Sockets, ...) ?

Stefan


--
--------------------------------------------------------------
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