where to find jdk1.2 for unix?

2000-09-13 Thread wangmq
> I only find jdk for linux,windows and solaris, but no for unix. > If you know, please give me it's detail address. > > Thanks! > èPԔ ‘ ™¨¥¶ˆÚ½©bžìkz«ž²ØÚ½¦åiÉ£è® "¶¬¹¸ÞrÚº{.nÇ+‰·“®‹›•ਞ֜¶F«•¹ZrGhÂz+

Re: Writing A Java Pop Server for Linux

2000-09-13 Thread Santosh Dawara
Nathan Meyers wrote: > > You use 'forks' in quotes. Are they processes or threads? How were > they created? Proper Linux Processes, If you said "java Helloworld" for the simplest of code , 'ps uax ' will tell you 4 new Processes were Spawned , I am guessing they are for the JVMs Internal book ke

where to find jdk1.2 for unix?

2000-09-13 Thread wangmq
¡CRP‚D€Dzf¢–Ú#jö¥Š{±­ê®zËcjö›•§$vŒ'¢¸0ŠØZ²æãyËh~éì¹»®&ÞNº.nW‚¢{ZrÙ®VåiÉ£ è®

"Bigger than Java and XML"

2000-09-13 Thread Shailendra S Dhanoa/Cupertino/IBM
- IBM's Rod Smith explains Web Services and UDDI IBM announces UDDI and Web services, t

Web Services Toolkit w/ Linux and Websphere support

2000-09-13 Thread Shailendra S Dhanoa/Cupertino/IBM
- IBM's Rod Smith explains Web Services and UDDI IBM announces UDDI and Web services, t

Re: Pablo Trujillo

2000-09-13 Thread Joi Ellis
Pablo Trujillo wrote: > > I need information about CVS http://www.cvshome.org/ -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really like about Linux

Pablo Trujillo

2000-09-13 Thread Pablo Trujillo
I need information about CVS - Click here for Free Video!! http://www.gohip.com/free_video/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trou

Re: Writing A Java Pop Server for Linux

2000-09-13 Thread Peter Schuller
> I was worried about the entire JVM but I guess I will put this issue on > the backburner for a while, I'll let the script wait on the POp Server > and then > have the Server serve n connections & exit itself, the script can then > restart it. Why are you concerned with memory leaks at all? Sin

Re: Writing A Java Pop Server for Linux

2000-09-13 Thread Nathan Meyers
On Wed, Sep 13, 2000 at 05:55:58PM +0530, Santosh Dawara wrote: > Hi all, > > In my earlier post I wrote >> > > > 1> Bind to the System Port I want to listen on > > 2> Release Root Priveleges using JNI > > 3> Begin accepting Client Connections. > > > > I have reservations about the steps above

Re: Writing A Java Pop Server for Linux

2000-09-13 Thread Santosh Dawara
Hi all, In my earlier post I wrote >> > 1> Bind to the System Port I want to listen on > 2> Release Root Priveleges using JNI > 3> Begin accepting Client Connections. > > I have reservations about the steps above , will it really be as secure > as > a C application doing the same thing (ie beco

Re: Writing A Java Pop Server for Linux

2000-09-13 Thread Santosh Dawara
Hi Yavor and everybody else, Thank you for the detailed replies. Everybody advises writing a script to run the Pop Server, in more detail -> using SysV Script , nohup to dissasociate from the terminal. So heres the framework for the Java Code 1> Bind to the Pop Socket 2> Release Root Prive