I really wanted to try Gobby after seeing how much of my work is done through an IM.
However, during my tests between two machines:
* one located in Japan (master)
* one located in France (client)
Both machines are XP-SP2 machines with all patches applied and latest version of GTK+ Runtime Env / Gtkmm and Gobby 0.3.0 rc2
The network configuration is a bit complex
master <---> [ NAT Router redirecting wan TCPIP port 6522 traffic to local master] <--- wan internet -----
---> [ Basic masquerading router] <--> client
I could never get Gobby to work. Everytime the client machine tries to log onto the master machine, the master Gobby crashed with the error dialog showing "Resource temporarily unavailable"
I traced that code to net6 error handling
case net6::error::WOULD_BLOCK:
return _("Resource temporarily unavailable");
Running on Windows this translates to some error handling involving WSAEWOULDBLOCK returned during some operations. Could the problem happen because the latency between client and master are very high?
Did anybody else did these kind of large scale testing? Anybody would have any advice to give me?
Regards,
Guillaume
_______________________________________________ obby-users mailing list [email protected] http://draenor.its-toasted.org/mailman/listinfo/obby-users
