From: Martin Hart Date: 2003-01-11T02:07:55+09:00 Subject: Re: [slightly OT] Using Observer pattern in client/server architecture - how? On 1/10/03, 4:55:55 PM, Tom Sawyer wrote regarding Re: [slightly OT] Using Observer pattern in client/server architecture - how?: > could you not re-open the connection on each observer update? as long as its > not too frequent that might work. just a thought. if you need more speed > though you will probably want to go down a level and work directly in TCP/IP. That's fine if each client is also a server, but I had hoped to do this without each client process (there may be many) having to be a socket server. Am I misunderstanding what you mean? Cheers, Martin