named pipes

From: Andrey Romanenko (bigral_at_i.com.ua)
Date: 09/30/04


Date: Thu, 30 Sep 2004 17:35:54 +0300

Hello to all,

I want to implement an exe module under w2k/win32 the purpose of module
to run jvm with java application as separate process and have provide
LOG capability to java program. This would allow write LOG by separate
process (more safe and secure) and run java application with different
user credentials than executed exe module. The question is: which
process communication mechanism should I use to gain maximum
performance? Is there way to use named pipes with java?

any comments appreciated,
thanks,
Andrey



Relevant Pages

  • Re: Process vs Thread: what are the consequences?
    ... Surely you mean a native thread, ... Then you must be mistaken about your assertion. ... A separate process with therefore a new JVM couldn't possibly implement java thread semantics. ...
    (comp.lang.java.programmer)
  • Re: [SLE] PID file for java process?
    ... > threading works differently and you don't see a separate process table ... >> It gives the job number and the PID ... I start it in the script like 'java -jar prog.jar &' ... This message was sent using IMP, the Internet Messaging Program. ...
    (SuSE)