LSP Implementation for bandwidth restriction

S

salman

Hi
I am working on a trading application server, normally 25-30 clients
connect to server in a time. And server continuously sending trading
data to clients.
I want to restrict server that, it should not send over 4KB/sec data
to a client. I found LSP (Layered Service Provider) that can do this
but I am unable to find any source of LSP to use in my .Net
application.

Please help me and send me a sample LSP implementation, if someone
have.

Ali
 
P

Peter Duniho

salman said:
[...]
I want to restrict server that, it should not send over 4KB/sec data
to a client. I found LSP (Layered Service Provider) that can do this
but I am unable to find any source of LSP to use in my .Net
application.

While I suppose an LSP could be used to solve the problem, it's not
necessary. You can easily implement all of the functionality you need
within the server itself.

What was wrong with the suggestions we already provided to you regarding
this question?

Pete
 
S

salman

Ok Peter I will try this solutions.

Salman Ali

salman said:
[...]
I want to restrict server that, it should not send over 4KB/sec data
to a client. I found LSP (Layered Service Provider) that can do this
but I am unable to find any source of LSP to use in my .Net
application.

While I suppose an LSP could be used to solve the problem, it's not
necessary. You can easily implement all of the functionality you need
within the server itself.

What was wrong with the suggestions we already provided to you regarding
this question?

Pete
 

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