igenyar
igenyar
After killing, I restart the server and get the following error. ``` terminate called after throwing an instance of 'boost::exception_detail::clone_impl' what(): bind: Address already in use Aborted (core dumped) make:...
I am reading the following lines. ``` if (ParseData(epoll_events_[i].data.fd, buffer.get(), ret) < 0) { close(epoll_events_[i].data.fd); } ``` After close fd, does it need to unregister from epoll as well?
for example, - bank system - distributed game - shared document app
~/hijack/test$ ruby test.rb 33890 ... ~/hijack/test$ ps aux | grep test.rb 1000 33890 97.0 4.1 531808 506212 pts/3 Rl+ 14:45 0:11 ruby test.rb ~/hijack/test$ ../bin/hijack 33890 => Hijacking... => 33890...