lame load balancer, mod_proxy, and sticky sessions

2002-09-06 Thread Calbazana, Al
Title: lame load balancer, mod_proxy, and sticky sessions Hello, I'd like to know if it is possible to use mod_proxy as a sticky session manager. Basically, I'd like to put mod_proxy behind the load balancer and allow the proxy servers to talk to the mod_perl servers. Unfortunately, the load

RE: large projects in mod_perl

2002-08-28 Thread Calbazana, Al
The resources that were pointed out were great! For large web apps MVC is great, especially when combined with XML and XSLT. It is certainly not a panacea as someone stated in an earlier post. Mod_perl can function as an application server. I don't know a whole lot about this, but I know it can

RE: Done before?

2002-08-28 Thread Calbazana, Al
What about using sax filtering and custom tag libs to accomplish your transformations? If you don't like XSLT (I can see how that is possible :) ) and you are comfortable with events, you can put together a really good transformation layer. Not sure if this is overkill, especially when you