Hi all,
when I execute a server program it will listen on a specific port on my machine.
I have intercepted the connect() standard routine. now whenever I execute the client application it will execute my routine first and then it will call the real connect() to a port and IP.
I have intercepted the connect() standard routine. now whenever I execute the client application it will execute my routine first and then it will call the real connect() to a port and IP.
I have executed the server program twice and the second program's ior file is overwritten on the first one.
whenever I want to connect to the first application manually by assigning only the listening port and ip address of the first server, the client application does not show its correct behavior.
theoretically its correct that I want to connect to a replicated server by intercepting the connect routine of the client application. but when I implement, it doesn't work.
my goal is providing fault tolerance by intercepting the socket calls.
I would be very thankful if you can help me.
Thanks,
Ali
_______________________________________________ Mico-devel mailing list [email protected] http://www.mico.org/mailman/listinfo/mico-devel
