473,486 Members | 2,181 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Asynchronous Client Socket ASP.NET

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,
Nov 22 '05 #1
1 3156
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" <ad*****@yahoo.co.uk> wrote in message
news:95**************************@posting.google.c om...
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,

Nov 22 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2800
by: Corne Oosthuizen | last post by:
I'm writing a Telnet Server application using Asynchronous sockets. I spawn a listener thread to handel incomming connections and create a separate client socket for each new connection. I...
0
1303
by: Darren Thomas | last post by:
Dear all, I have written a TCP server as a windows service that accepts connections using the System.Net.Sockets.Socket class. I use the various asynchronous methods in the socket class. I'm...
3
2466
by: Matthew King | last post by:
Hi all I've written a asynchronous socket client class, but i've found that in order to consume it I have to use events, and cannot simply for example SocketClient client = new...
1
6193
by: Niels Johansen | last post by:
Hello, When using the asynchronous read method in the BufferedStream class, , it seems to me that it blocks like the normal synchronous read method. Why is it so? Why does the...
7
2364
by: Colin | last post by:
I'm writing a little console socket server but I'm having some difficulty. Can I ask your advice - where is the best place to get some help on that topic? It would be nice if some people who knew...
2
6857
by: Macca | last post by:
My app has an asynchronous socket server. It will have 20 clients connected to the server. Each client sends data every 500 millisecondsThe Connections once established will not be closed unless...
0
4647
by: Macca | last post by:
Hi, I am writing an asychronous socket server to handle 20+ simulataneous connections. I have used the example in MSDN as a base. The code is shown at end of question. Each connection has a...
4
3590
by: Engineerik | last post by:
I am trying to create a socket server which will listen for connections from multiple clients and call subroutines in a Fortran DLL and pass the results back to the client. The asynchronous socket...
5
8213
by: raghubr | last post by:
Hi all, Can any one pls guide me through..I need to transfer the file from server to client and client to server using sockets in an Asynchronous mode so this file transfer doesn't hinder the...
1
7118
by: keksy | last post by:
Hi every1, I am writing a small client/server application and in it I want to send an image asynchronous from the client to the server through a TCP socket. I found an example code on the MSDN...
0
6967
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
6846
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5439
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4870
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4564
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3076
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1381
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
600
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
266
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.