Click here to Skip to main content
15,885,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey guys, I have recently started using SingalR in my application. I have used it in the Master page of my application so when the user connects I do some checks using a background thread and display a message to the user if a condition is met. Similarly I use this method in multiple child pages behind button clicks to create background threads which check the database while freeing up the application.

My question is if there are multiple users connected, creating multiple threads will this affect the preformance of my application? If so does anyone have a better suggestion on how to do this kind of functionality?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900