How to configure symfony for load balancing purpose?
Basically, my load balancing technique works like this:
- Determine where is the symfony module ( login module, main menu module etc) of an url
- Direct the module to appropiate servers.
How to configure symfony for load balancing purpose?
Basically, my load balancing technique works like this: