Re: Threads, sockets and windows
- From: Frank Naumann <fnaumann boerde de>
- To: Vladimir <kv11111 mail ru>
- Cc: gtk-list gnome org
- Subject: Re: Threads, sockets and windows
- Date: Tue, 8 Aug 2006 13:56:03 +0200 (CEST)
Hello!
But on windows there is no poll() function. Of course I can use
g_async_queue, but doing so I can't poll queue and network socket
simultaneously.
Under Window you can use select(). For myself I've written for Win32 a
poll() function that internally use select() (so the code remains clean
and portable).
Regards,
Frank
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]