buffering SIGIO instances
From: Madhav (madhav.kelkar_at_gmail.com)
Date: 06/28/05
- Next message: loic-dev_at_gmx.net: "Re: Calling timer_settime(...) from within the notify function of a timer???"
- Previous message: loic-dev_at_gmx.net: "Re: Library header files with autoconf preprocessor macros"
- Next in thread: loic-dev_at_gmx.net: "Re: buffering SIGIO instances"
- Reply: loic-dev_at_gmx.net: "Re: buffering SIGIO instances"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Jun 2005 05:58:41 -0700
Hi all,
I am using the signal based model for reading data from a
socket.
That is, i am using fcntl() to raise a SIGIO whenever there is data to
be read from that socket. I want to know if i get many instances of
SIGIO ( ie could be raised by calling write() multiple times on the
socket descriptor ) are they buffered by default?
If they are not buffered, Is there any way to put the
signal on hold and later process it when i am inside a signal handler?
Thanks in advance for your help.
Madhav.
- Next message: loic-dev_at_gmx.net: "Re: Calling timer_settime(...) from within the notify function of a timer???"
- Previous message: loic-dev_at_gmx.net: "Re: Library header files with autoconf preprocessor macros"
- Next in thread: loic-dev_at_gmx.net: "Re: buffering SIGIO instances"
- Reply: loic-dev_at_gmx.net: "Re: buffering SIGIO instances"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|