Hi All, I am facing remoting problem in DOTNET. The ASP.NET(nothing to do with ASP.Net) application is hosted on webserver and dataaccess component is hosted on another physical server(Application Server). The activation mode of remote objects from web server is 'SingleCall' and we are using 'tcp' channel for remoting. The DataAccess class has following functions:
1) Function to execute sql 2) Function to return dataset based on an sql statement 3) Function to Update Dataset 4) Function to execute stored procedure. In all these function calls, we are setting the objects to 'Nothing' in the finally block of try-catch statement. The actual problem is that after sometime the memory utilization of remoting service goes up 2 GB and it hangs the application server. Please throw your views if anyone has faced such problem before. Thanks Thanks, Amit Sinha =================================== This list is hosted by DevelopMentor® http://www.develop.com Some .NET courses you may be interested in: Essential .NET: building applications and components with CSharp August 30 - September 3, in Los Angeles http://www.develop.com/courses/edotnet View archives and manage your subscription(s) at http://discuss.develop.com
