Pushing realtime data feed to clients

R

ryan

I have a question about pushing realtime stock quotes to clients
through the Internet.

Is this even possible in .NET environment without creating serious
network bottleneck problems?

The clients may go in and out of the server zone.

I am leaning towards client-initiated posts to a web service (every x
milliseconds) -about 500 clients.
[Licensing issues are taken care of].

Or will remoting be an option? Isn't there a TCP/IP connection
limitation on the server?

Any input is welcome.

Thanks.
 
M

m.posseth

remoting is interesting on intranets , but can handle 500 clients or even
more without problems , in your situation i would more likely use a
webservice aproach
instead of pushing it would be retrieving :)

regards

M. Posseth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top