HI,
My application is a Middleware application. It Listens in a particular port. Now there is Just one instance of the application running in my machine. I would like to have multiple instance of the Application running with each listening to a separate port. I would like to have a scheduler which starts all these instances and balances the load across all these instances. So effectively the scheduler will be listening to a particular port and it diverts to the request to the various instances using a load sharing technique (Possibily Round robin Method). Could u give idea to me on how to proceed with the design.

Thanks in Advance,
Varadha