Click here to Skip to main content
15,897,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

Recently we experienced a web site freeze issue while using WebEx. Can some one tell me what could be the possible cause for this web site freeze. BTW.. My web site calls few web services for data which established a connection to Windows services using .NET remoting technology. Why the web site and windows services freeze when WebEx starts?

Please help me to solve this..

Thanks
Posted
Comments
Ankur\m/ 27-Jan-11 2:29am    
One of the reason I know is bad script on the page. I mean the JavaScript (or any other client side script you are using on the page) may be broken or goes into an infinite loop.

Sounds like network issue? bandwidth?
WebEx is for online meetings, web conferencing, remote support - these would take good amount of network bandwidth.

Only your website got freezed or in general opening up any website was slow?

Further, might be you have some scope of doing a performance tuning in your application to handle slow network too. May be Async calls, progress indication, fine-tuning of queries and proper data handling (sessions, application etc variables)
 
Share this answer
 
Hi
The web site has no issues even when the number of hits are high. But when we starts WebEx (even at the time when there is only few logged-in users) the whole site is frozen. Restarting our windows services will only solves the pblm.. Which all ports are used by the WebEx? How does WebEx works? Is WebEx blocking our application?

Any help will be appreciated.

Thanks
 
Share this answer
 
Comments
Manas Bhardwaj 27-Jan-11 7:19am    
The reason for 1 vote is that you added it as an answer. Always, add comments to your original question or an answer if you want to provide more information.

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