You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-cs@ibatis.apache.org by Eka Gautama <ek...@seatech.com> on 2007/12/12 09:01:42 UTC

Re: Return Results

Hi All,

I'm using Ibatis for my own project. For web server, I'm using IIS 6.0. I have noticed that my w3wp.exe process memory usage got larger and larger until then it recycled.

I put IBatis Configuration in Global.asax on Application_Start event

Is it the correct place to put the IBatis Configuration DomDaoBuilder? Why my w3wp proceses consume so much memory? When will it get clean by GC?

Thanks for the help