<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [Twisted-Python] process directory or alike in Twisted?</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>&gt; I want the application to be divided into processes,</FONT>
<BR><FONT SIZE=2>&gt; each dealing with a specific aspect of the</FONT>
<BR><FONT SIZE=2>&gt; application; some in a central server and some in</FONT>
<BR><FONT SIZE=2>&gt; arbitrary machines in a local network. I'll use the</FONT>
<BR><FONT SIZE=2>&gt; Perspective Broker protocol for communication, but I</FONT>
<BR><FONT SIZE=2>&gt; want each process to know the addresses of all the</FONT>
<BR><FONT SIZE=2>&gt; others and be able to communicate with the others</FONT>
<BR><FONT SIZE=2>&gt; without prior knowledge of their location. How is it</FONT>
<BR><FONT SIZE=2>&gt; usual to do such a thing? </FONT>
</P>

<P><FONT SIZE=2>I suggest you look at Zeroconf, and read the current thread:&nbsp; Anyone have any code or links to code related to using ZeroConf / Rendezous with Twisted?</FONT></P>

<P><FONT SIZE=2>I think that Zeroconf has the sort of capability you're after.</FONT>
</P>

<P><FONT SIZE=2>The bad news is that it is not (yet?) in twisted. Hence the thread.</FONT>
</P>

<P><FONT SIZE=2>Jeff.</FONT>
</P>

</BODY>
</HTML>