lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Feb 07, 2007 at 11:25:36PM -0800, gary ng wrote:
> Or must I fallback to the 127.0.0.1 interface ? I see
> two problems with that, security and unnecessary
> payload(the network layer). Though it has the
> advantage that it is network ready by design.
> 
> What I want is a relatively portable way(mainly *nix
> and Windows) for this need.

IPC isn't portable between unix and Windows, only tcp is common. You'll
have to use different methods, and write code that makes them look the
same, I think.

Sam