Corba Event Client ETIMEDOUT
问题 I have built a CORBA event service client with omniOrb and Python. I had the same issue with a Java client. I'm very certain I'm experiencing the same thing as this post because my strace looks very similar but he doesn't explain exactly how he fixed it: Java's 'tnameserv' takes 3+ minutes to be "Ready", why? Bottom line is my client starts up but never receives the events from the server because of the ETIMEDOUT error on both sides. Any guidance is greatly appreciated! Thanks in advance!