Hi,
Problem:
-two zeo clients running on linux.
-there is a problem with the dns server and we change /etc/resolve.conf to use another dns server.
-now the linuxs running the zeo clients have their dns problem solved.
-but the running zeo clients cant see this dns update.
-only restarting the zeo clients they became aware of the dns new configuration.
I can see in z2.py a DNS_IP option. My zeo zlients run without this option which defaults
to localhost 127.0.0.1.
if DNS_IP:
rs = resolver.caching_resolver(DNS_IP)
else:
rs=None
How can one force zope to resolve with the new linux so configurations, i.e, is there a way
to update the dns resolve information of a running zope.
Best Regards,
J�lio Silva