Hi,
Have you thought about allowing people to develop their own c/c++ shared modules that they could plug-in to your server? You could create an appropriate API for creating shared modules, perhaps by creating a set of standard c/c++ structures that programmers program to and include some header files provided by you.
Shared modules could be run by using external app/context settings, or perhaps there could be a new s. This would allow much faster processing of optimized code, whilst not compromising your closed-source code. Also, it would remove the advantage that open-source web servers have over LSWS wrt development of highly-optimized code in shared-modules.
Just and idea, but I think it would be popular, and knowing your track record for creating excellent code, I'm sure it would be done well.
Have you thought about allowing people to develop their own c/c++ shared modules that they could plug-in to your server? You could create an appropriate API for creating shared modules, perhaps by creating a set of standard c/c++ structures that programmers program to and include some header files provided by you.
Shared modules could be run by using external app/context settings, or perhaps there could be a new s. This would allow much faster processing of optimized code, whilst not compromising your closed-source code. Also, it would remove the advantage that open-source web servers have over LSWS wrt development of highly-optimized code in shared-modules.
Just and idea, but I think it would be popular, and knowing your track record for creating excellent code, I'm sure it would be done well.