Hi, My work this week was mainly related to improving the things I have written so far and fixing some bugs. I was able to make some tests of the plugin. Now the plugin is working fine with persistent connections. Currently there are some problems when the plugin is used together with the logger plugin, but I hope this will be fixed by the end of the week.
I now perform regular expression matching on the URI with the regular expressions in the configuration. Based on the configuration, I then get a list of servers that can be used to handle that request. I select the first one for now. I am currently working on writing load balancer functions so that these functions select the appropriate server, based on the load balancing algorithm used. Also I made a blog post. There you can find more information about the plugin. I will improve the blog post during writing the code, so it will become something like documentation for the plugin. Blog post URL: http://nikolanikov.wordpress.com/ Git repo URL: https://github.com/nikolanikov/monkey
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
