>>> Aaron Brashears <[EMAIL PROTECTED]> 19-Jan-01 4:50:17 PM >>>
>I had mainly considered 1 and 3. However, 'posix java'
>is turning up good results on google. 'java daemon
>programming' mostly turned up results for the setDaemon
>method in Thread. I was hoping that the tomcat code would
>be a
On Fri, Jan 19, 2001 at 01:08:28AM -0800, Seth Arnold wrote:
> * Aaron Brashears <[EMAIL PROTECTED]> [010118 22:27]:
> > I'm researching writing a daemon in Java. Surprisingly, there seems to
> > be very little documentation around the net for doing this.
>
> Aaron, most of what makes daemons spec
> * Stefan Gybas <[EMAIL PROTECTED]> [20010115 23:36]:
> > I think it should be removed. No Java package uses it in its build
> > process and jikes is much better alternative anyway.
>
> OK, it will be removed. Thanks for your input.
>
> Could a
>Replaces: guavac
> be addded to jikes?
Hmm,
>>> Aaron Brashears <[EMAIL PROTECTED]> 19-Jan-01 4:50:17 PM >>>
>I had mainly considered 1 and 3. However, 'posix java'
>is turning up good results on google. 'java daemon
>programming' mostly turned up results for the setDaemon
>method in Thread. I was hoping that the tomcat code would
>be
On Fri, Jan 19, 2001 at 01:08:28AM -0800, Seth Arnold wrote:
> * Aaron Brashears <[EMAIL PROTECTED]> [010118 22:27]:
> > I'm researching writing a daemon in Java. Surprisingly, there seems to
> > be very little documentation around the net for doing this.
>
> Aaron, most of what makes daemons spe
> * Stefan Gybas <[EMAIL PROTECTED]> [20010115 23:36]:
> > I think it should be removed. No Java package uses it in its build
> > process and jikes is much better alternative anyway.
>
> OK, it will be removed. Thanks for your input.
>
> Could a
>Replaces: guavac
> be addded to jikes?
Hmm,
* Aaron Brashears <[EMAIL PROTECTED]> [010118 22:27]:
> I'm researching writing a daemon in Java. Surprisingly, there seems to
> be very little documentation around the net for doing this.
Aaron, most of what makes daemons special is they automatically detach
from their controlling terminal, setup
* Aaron Brashears <[EMAIL PROTECTED]> [010118 22:27]:
> I'm researching writing a daemon in Java. Surprisingly, there seems to
> be very little documentation around the net for doing this.
Aaron, most of what makes daemons special is they automatically detach
from their controlling terminal, setu
I'm researching writing a daemon in Java. Surprisingly, there seems to
be very little documentation around the net for doing this. After
searching for a while, and failing to find anything, I remembered that
tomcat behaves much like a daemon and probalby has implemented this
functionality. Much as
9 matches
Mail list logo