You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/10/22 11:53:06 UTC

svn commit: r1026272 - /tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README

Author: nash
Date: Fri Oct 22 09:53:06 2010
New Revision: 1026272

URL: http://svn.apache.org/viewvc?rev=1026272&view=rev
Log:
Add note to README about possible delays receiving chat messages

Modified:
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README?rev=1026272&r1=1026271&r2=1026272&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README Fri Oct 22 09:53:06 2010
@@ -22,6 +22,11 @@ http://localhost:8080/sample-chat-webapp
 
 The port and hostname will of course vary depending on your local installation. 
 
+Note: There can be a delay before a browser client receives a message typed into
+the chat.  Some browsers receive pending messages immediately, some browsers
+receive pending messages when a new message is sent, and some browsers receive
+pending messages after a time delay of up to one minute.
+
 Sample Overview
 ---------------
 The sample provides an SCA component which has an SCA service using the SCA DWR