Re: Multithreading, callbacks from unknown threads
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Multithreading, callbacks from unknown threads
- From: Thijs Schreijer <thijs@...>
- Date: 2012年3月17日 11:21:13 +0100
> 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
- References:
- Multithreading, callbacks from unknown threads, Thijs Schreijer
- Re: Multithreading, callbacks from unknown threads, Javier Guerra Giraldez
- RE: Multithreading, callbacks from unknown threads, Thijs Schreijer
- Re: Multithreading, callbacks from unknown threads, Javier Guerra Giraldez
- RE: Multithreading, callbacks from unknown threads, Thijs Schreijer
- Re: Multithreading, callbacks from unknown threads, Gaspard Bucher