Hi all, It was a busy week mainly related with testing and fixing some serious bugs.
I worked mainly to fix two serious bugs. One of them caused infinite looping caused by unhandled events. This led to significant performance decreases when the bug occurred The other bug was one that I have known about for a while but I just managed to fix it. Sometimes sockets remained open and this led to file descriptor depletion after a while. I found the reasons behind both bugs and fixed them. Other than that I made some minor code tweaks and used testing tools to make sure everything works and to see whether performance is good enough. Everything works fine. I am planning to make some statistics on various aspects of the performance of the server. I will publish results in the blog when I'm done. Blog URL: http://nikolanikov.wordpress.com/ GitHub URL: https://github.com/nikolanikov/monkey
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
