Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by assoftware

  1. assoftware

    How to know an IP address...

    with orbixweb you can try it like this: from org.omg.CORBA import ORB; from IE.Iona.OrbixWeb import Activator; import string import sys from java.lang import Integer serviceHost="XXX.XXX.XXX.XXXX" icount = 0 iErr = 0 if serviceHost: orb = ORB.init() orbixd =...
  2. assoftware

    How can I remove a XXX_TIE.java Object from a server

    I tested my Server with jprobe, after this a saw, that i had a memory leak at the XXX_Tie Object.<br><br>MyObjectImpl<br><br>MyObject_Tie._impl -&gt; to MyObjectImpl<br><br><br>I shuold remove the MyObject_Tie from the Server:<br>I tried: <br><br>Object getTie {<br>&nbsp;if _tie == null _tie =...

Part and Inventory Search

Back
Top