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

See if the main loop in asyncnet can be changed to be fully asynchronous #17

Open
meirtsvi opened this issue Sep 18, 2011 · 0 comments
Open

Comments

@meirtsvi
Copy link
Owner

Currently, the main loop in asyncnet file contains actions on http request and response. WP7 platforms forces us to use the async version of each class (BeginGetResponse instead of GetResponse) but in order to keep the loop intact I use Manual Reset Event.
We need to check if the implementation of the main loop can be change so that the loop will still continue to function well while the calls to http classes will not be synchronized with events or any other blocking constucts. This will increase the overall performance of the system.

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