Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimizing server for image transfer #2

Open
leksikov opened this issue Aug 3, 2012 · 0 comments
Open

optimizing server for image transfer #2

leksikov opened this issue Aug 3, 2012 · 0 comments

Comments

@leksikov
Copy link

leksikov commented Aug 3, 2012

Hello. Great code.

I try to implement server for transferring multiple images, which forms animation from one client to another.

The problem is there is a big gap delay between two clients. When the image changed on client 1, the client 2 will update image after some time approx 1 second. And another problem after some time, the client 2 stops receiving any messages from server.

I transfer from client 1 to client 2 messages which contains link to the image on client 1. I need transfer messages with time 40 ms.

I tried to modify parameters const WS_TIMEOUT_RECV, const WS_TIMEOUT_PONG. the situation is same.

Could you please help me with this issue?

To increase server receiving and sending capabilities within 40 ms?
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant