Re: epoll and fork()

From: Mihai RUSU
Date: Tue Mar 02 2004 - 08:02:37 EST


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tue, 2 Mar 2004, Ben wrote:

> Is there a defined behaviour for what happens when a process with an epoll
> fd forks?
>
> I've an app that inherits an epoll fd from its parent, and then
> unregisters some file descriptors from the epoll set. This seems to have
> the nasty side effect of unregistering the same file descriptors from the
> parent process as well. Surely this can't be right?
>
> This is on 2.6.2.

Currect me if Im wrong but...

After a fork() arent all the parent's fds shared with the children ? This
means that both processes can access the same fds right ? So the epoll fd
(beeing just another fd as any other) is too shared between parent and
child ? Which would mean both parent and child will "control" the same
epoll kernel struct when doing epoll_ctl on it ?

> Ben

- --
Mihai RUSU Email: dizzy@xxxxxxxxx
GPG : http://dizzy.roedu.net/dizzy-gpg.txt WWW: http://dizzy.roedu.net
"Linux is obsolete" -- AST
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFARIVAPZzOzrZY/1QRAs+vAKCrkH/jSsJRCU6leScXz4EXC4kruQCeJfFo
/remKED2xAru7uInLoyhl4o=
=2cDV
-----END PGP SIGNATURE-----
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/