IF the two java process are executing on the same java virtual machine, it
meaning that they can no establish communication or Only in the context of
the same process executing on the same vm.?


Regards,
angel Figueroa


Trustin Lee wrote:
> 
> Hi Angel,
> 
> On Nov 20, 2007 4:40 AM, Angel.Figueroa <[EMAIL PROTECTED]> wrote:
>>
>> 1. Can i use VMPIPE for implementing ipc between to separate java process
>> applications?
> 
> No.  It's for between services in the same VM.
> 
>> 2. Can VMPIPE be use in a production application, for decoupling the
>> connectivity layer from the business layer? In other word have a process
>> for
>> received the connection from the outside  and business process for
>> processing the transaction, an both process establish a connectivity
>> using
>> vmpipe.
> 
> Yes you can. Again, only when the two are in the same VM.
> 
> HTH,
> Trustin
> -- 
> what we call human nature is actually human habit
> --
> http://gleamynode.net/
> --
> PGP Key ID: 0x0255ECA6
> 
> 

-- 
View this message in context: 
http://www.nabble.com/VMPIPE-and-Interprocess-Communication-tf4838884s16868.html#a13855813
Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

Reply via email to