how to create multiple instance of windows service .Net
-
how to create multiple instance of a windows service in the same server.I have to run 5 instance of a single windows service in the same server .Environment is .Net and c#
people laugh at me because they say im different and I laugh at them because they are all the same.
-
how to create multiple instance of a windows service in the same server.I have to run 5 instance of a single windows service in the same server .Environment is .Net and c#
people laugh at me because they say im different and I laugh at them because they are all the same.
I am not sure this is possible. Cant you organize a single service in such a way that it can serve multiple clients at once ? Can you explain a bit what functionality you want to achieve ? This is likely to yield more and better answers... :)
Luc Pattyn
-
I am not sure this is possible. Cant you organize a single service in such a way that it can serve multiple clients at once ? Can you explain a bit what functionality you want to achieve ? This is likely to yield more and better answers... :)
Luc Pattyn
Right. Other than that they each need a unique name. It can be done, but there is likely a better way.
-
I am not sure this is possible. Cant you organize a single service in such a way that it can serve multiple clients at once ? Can you explain a bit what functionality you want to achieve ? This is likely to yield more and better answers... :)
Luc Pattyn