Salut I have a strange problem with the functions exec() / system()... I have a threaded Web server which executes a script PHP executing itself another init.d script (/etc/init.d/apache start). When I stopped the Web server I can not bind() any more the port of this one. In fact I have the feeling that the kernel does not free the socket properly.
Did somebody already face this problem? Thanks