SIGIO

2000-12-17 Thread Rubén Alonso
Hi to all. I wish know if signal SIGIO works with an ordinary file descriptor. If in a process i open a file and caugth SIGIO with 'signal(SIGIO,my_function)' and i write to this file from other process, my_function will be executed? I try this with sockets and it works, but with

SIGIO

2000-12-14 Thread Rubén Alonso
Hi to all. I wish know if signal SIGIO works with an ordinary file descriptor. If in a process i open a file and caugth SIGIO with 'signal(SIGIO,my_function)' and i write to this file from other process, my_function will be executed? I try this with sockets and it works, but with

SIGIO

2000-12-14 Thread Rubén Alonso
Hi to all. I wish know if signal SIGIO works with an ordinary file descriptor. If in a process i open a file and caugth SIGIO with 'signal(SIGIO,my_function)' and i write to this file from other process, my_function will be executed? I try this with sockets and it works, but with