lua-users home
lua-l archive

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


> The data itself is *not* passed in the pipe, it is shared in
> memory. You just write a single char to notify the file descriptor on the
> other side of the pipe.

I have a windows requirement, and AFAIK that isn't supported. But its a future optimization I had in mind.

So far responses are about my choice on using udp (all valid). But how about my initial question whether the code as it is is safe? The lightuserdata and all?

Thijs