Hi,
Our SocketPro at
www.udaparts.com can build an asynchronous ASP.NET
application. See the article entitled as "Glue internet information server
with your business logical tier using batching, asynchrony and parallel
computation -- A great and unusual way to boost your web application
performance five times or more" at the site
http://www.udaparts.com/articles/iisuskt.htm. For the performance, see the
site
http://www.udaparts.com/articles/fastsocketpro.htm.
--
Yuancai (Charlie) Ye
Fast and securely accessing all of remote data sources anywhere with
SocketPro using batch/queue, asynchrony and parallel computation
See 30 well-tested and real OLEDB examples
RDB, a tool for fast and securely accessing remote databases with dial-up,
cable, DSL and wireless modems anywhere
www.udaparts.com
"Adam" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> I'm trying to build a client ASP.NET application in VB.NET that can
> display messages from a server application as soon as it receives
> them.
>
> These messages from the server have a limited life span so as soon as
> the code behind receives them it should render them as HTML while
> still listening for more messages.
>
> At the moment, I'm using an Asynchronous Client Socket for this but
> the client application will just listen for ALL the messages and
> render them as HTML and soon as they are ALL received. Is there anyway
> to change this so they are displayed to the user, one-by-one, as they
> are received whilst continually listening until all messages are
> received? I suppose what I'm after is the capabilities of Java.
>
> I'm having difficulties trying to get my head around this one, please
> help.
>
> Thanks,