|
Categories: Multi-threading, How-to, Server Push, Comet, Custom Controls
|
Tags: Architects, Developers, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
Revision:
2
Posted:
21/Feb/2010
Updated:
24/May/2010
Status:
Publish
Types: Article
|
OverviewVisual WebGui is based on ASP.NET that works over the Http protocol in the traditional Request/Response model, where the client must initiate the request in all cases.
Cometis a tecnology that allows the server to initiate a request to push changes to the client.
DetailsThe need for the ability to have the server push changes to the client arises when you get some server side events fired and as a result of that you need to push something to the client, like updating the UI. When the server side has been updated, the client UI will only update on the next client's request to the server. Using Visual WebGui controls only, it is possible to do this with the Timer, which will make sure the request will be sent to the server.
Comet technology is a way to make this work without using the Timer. See also RererencesArticlesVideosCode samplesForum discussonsOther references
About the author
Related Articles
|
Multi-threading
|
|
|
Tags:
Architects, Developers, C#, XML, 2. Intermediate, 3. Advanced, AJAX, ASP.NET, Pre v6.3, v6.3, v6.4 and Later
|
|
|
Tags:
Architects, Developers, 2. Intermediate, 3. Advanced, Customization, Optimizing Performance, v6.4 and Later
|
|
|
Tags:
Architects, Developers, Drag & Drop, Visual WebGui Pipeline, 1. Beginner, 2. Intermediate, Integration, Pre v6.3, v6.3, v6.4 and Later, 3. Advanced
|
|
|
Tags:
Architects, Developers, C#, XML, 2. Intermediate, 3. Advanced, AJAX, ASP.NET, Pre v6.3, v6.3, v6.4 and Later
|
|
|
Tags:
Developers, Data Binding, Events, 1. Beginner, 2. Intermediate, Integration, Pre v6.3, v6.3, v6.4 and Later, 3. Advanced
|
|
|
Tags:
Architects, Developers, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
|
|
|
|