I wrote a script to sequentially search through 15 dbase databases with criteria entered on a webpage, and display any matches back to the user.
On one server, I did this using DSNless connections. On another server, I did it using DSN's. What I've noticed is the inetinfo process eats about a megabyte of memory everytime a search is run on the *DSNless* server.
The server using the DSN's is not experiencing this. I have closed and destroyed all recordset and connection objects. I cannot continue to use DSN's because of long and boring reasons.
Any insight as to possible causes/fixed would be appreciated.
On one server, I did this using DSNless connections. On another server, I did it using DSN's. What I've noticed is the inetinfo process eats about a megabyte of memory everytime a search is run on the *DSNless* server.
The server using the DSN's is not experiencing this. I have closed and destroyed all recordset and connection objects. I cannot continue to use DSN's because of long and boring reasons.
Any insight as to possible causes/fixed would be appreciated.