overhead on server....

uday789

New Member
Hi,<BR> I am just a beginner of dotnet and have a simple question. I read that the client side events can also occur on the server side, and many of the html controls can be worked on the server side. If this happens, will it not be an overhead on the server? Or am I missing something? Any suggestion is appreciated.<BR>Thanks.<BR>There is definetly a great overhead on the server, but .NET provides some things that can help get rid of this. There is data caching which causes less calls to the database. There is also an advantage to server side controls, like cross-browser compatibility.<BR><BR>If you are really worried about it I would throw an extra 256 megs of ram into the machine and see how it performs!
 
Back
Top