Hi, Can I have more than one interface being served by the same TServer?
I'm using a TServerSocket and wanted to have more than one interface being served in the same port. I started to implement a TProcessor that has a processMap with the methods of all the interfaces, but now I have a naming collision and can no longer use this approach. To get things going I had a prefix to the operations of each interface, but that feels like a really bad hack. I also went to change the generated code to have the prefix only in the process map and the TMessage, but this is not a better hack, since now I can't give my idl to someone to implement a client that works with my service. Thanks, Marlene
