Really, it's a bug in echoey. I have a patch to fix it: http://codereview.waveprotocol.org/34001/show
On Tue, Jan 19, 2010 at 8:06 AM, Torben Weis <[email protected]> wrote: > Alex, > > an often recurring problem with UNIX code ported to windows is DNS lookup. > Windows sometimes wastes time looking up names (including "localhost") in > DNS. > This can lead to delays up to seconds. Don't ask me why, I don't know. > > As a cure to this problem, list all names that could perhaps be subject to > DNS lookup in > /Windows/System32/drivers/etc/hosts > > If this does not help then you know at least that it is not DNS related :-) > Perhaps it helps. > > Cheers > Torben > > 2010/1/19 Alex <[email protected]> > >> after i add echoey to my wave, i have to wait for some time before >> >> echoey say ech...@cepheus was added to this wavelet. >> >> everything run on localhost, cepheus is my computer name.i dunno what >> cause the timeout >> >> this is the echoey console screen >> >> >> C:\Users\Alex\Desktop\Wave-Devel\wave-protocol>java -jar dist/fedone- >> agent-echoey-0.2.jar ech...@cepheus 127.0.0.1 5222 >> Jan 19, 2010 11:42:47 PM >> org.waveprotocol.wave.examples.fedone.agents.agent.AbstractAgent >> connect >> INFO: Connected as ech...@cepheus >> Jan 19, 2010 11:43:07 PM >> org.waveprotocol.wave.examples.fedone.agents.echoey.Echoey >> onParticipantAdded >> INFO: onParticipantAdded: f...@cepheus >> Jan 19, 2010 11:44:07 PM >> org.waveprotocol.wave.examples.fedone.util.BlockingSuccessFailCallback >> await >> WARNING: Created at >> >> org.waveprotocol.wave.examples.fedone.waveclient.common.ClientBackend.sendAndAwaitWaveletDelta: >> 343: timed out while waiting for 1 MINUTES >> Jan 19, 2010 11:44:07 PM >> org.waveprotocol.wave.examples.fedone.agents.echoey.Echoey >> onDocumentChanged >> INFO: onDocumentChanged: [WaveId:cepheus!w+M-f6Y9tZGqYw]/ >> [WaveletId:cepheus!conv+root], conversation >> Jan 19, 2010 11:44:07 PM >> org.waveprotocol.wave.examples.fedone.agents.echoey.Echoey >> onParticipantAdded >> INFO: onParticipantAdded: ech...@cepheus >> >> On Jan 18, 5:19 pm, Anthony Baxter <[email protected]> wrote: >> > I haven't seen the slowness, but I haven't tried it on windows. When you >> > look at the logs, where is the delay happening? >> > As far as .bat files, if someone with windows clue wanted to write them >> and >> > make a patch, we can look at adding them. >> > >> > Anthony >> > >> > On 18 Jan 2010 18:03, "Alex" <[email protected]> wrote: >> > >> > when i tried echoey in windows (server, client, and echoey all in >> > windows vista), it doesn't seem to response as fast as it was in >> > ubuntu. >> > >> > anyway, it seem like this wave protocol thingy is not windows friendly >> > =( >> > 1.there is no bat file in the repo (i notice they have the run-agent- >> > probey.sh after adding probey) >> > 2.most of the support i get from the web community was in linux command >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups >> > "Wave Protocol" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]<wave-protocol%[email protected]> >> <wave-protocol%[email protected]<wave-protocol%[email protected]> >> > >> > . >> > For more options, visit this group athttp:// >> groups.google.com/group/wave-protocol?hl=en. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Wave Protocol" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<wave-protocol%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/wave-protocol?hl=en. >> >> >> >> > > > -- > --------------------------- > Prof. Torben Weis > Universitaet Duisburg-Essen > [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "Wave Protocol" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<wave-protocol%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/wave-protocol?hl=en. > >--
You received this message because you are subscribed to the Google Groups "Wave Protocol" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
