RE: how does one bind a gui representation and a container object.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



As an ammendum to the prior response, you may want to look into using
AJAX with a streaming connection to the server.  If you have a small
number of users, this works nicely (I have used it in production systems
before).

http://ajaxpatterns.org/HTTP_Streaming#Solution

If there are a large number of users expected, normal periodic AJAX
requests would be the way to go.


>You'll have to use Ajax to make another HTTP request.
>
>HTTP is not really designed for this, and it will make the site quite
>sluggish most likely...
>
>You should certainly make it an async call and not slow users down with
>this "feature".
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux