View Single Post
Old 01-17-2008, 05:26 PM   #22 (permalink)
Wildhoney
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

Spot on there, Nor. However, that is in theory. If the application supports more than one instance of it then it is doable if you can modify the port on-the-fly. However, if each instance shares the same configuration file and update on-the-fly then you're going to inevitably run into problems with that set-up.

For this to work without any problems, the application should really claim to be able to run multiple instances, and any attempt at circumventing the aforementioned and making it work, would be pure luck - plain and simple. For it to work when it's not supposed to, the configuration files will have to be edited before each execution of the instance - and with a little luck in that the first instance doesn't recognise the modification to the configuration file.

After saying all that, I'm sure something as big as XAMPP would allow multiple instances and also allow you to bind those instances to different ports. First stop - the XAMPP website!
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote