xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* use xs_watch from userspace and use epoll instead of select
@ 2011-06-03 12:04 Vasiliy G Tolstov
  2011-06-03 12:13 ` Ian Campbell
  0 siblings, 1 reply; 11+ messages in thread
From: Vasiliy G Tolstov @ 2011-06-03 12:04 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com

Hello. I have some examples of usage xs_watch in userspace that contains
loop with select function usage. If i use epoll, no events returned from
epoll_wait...
Does it matter to use select from fd that used for watch?
epoll fd added with ev.events = (EPOLLIN | EPOLLPRI | EPOLLONESHOT);


-- 
Vasiliy G Tolstov <v.tolstov@selfip.ru>
Selfip.Ru

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-06-06 11:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-03 12:04 use xs_watch from userspace and use epoll instead of select Vasiliy G Tolstov
2011-06-03 12:13 ` Ian Campbell
2011-06-03 12:17   ` Vasiliy G Tolstov
2011-06-03 16:07     ` Vasiliy G Tolstov
2011-06-06  8:41       ` Ian Campbell
2011-06-06  8:58         ` Vasiliy G Tolstov
2011-06-06  9:48           ` Ian Campbell
2011-06-06 10:05             ` Vasiliy G Tolstov
2011-06-06 11:00               ` Ian Campbell
2011-06-06 11:18                 ` Vasiliy G Tolstov
2011-06-06 11:26                   ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).