Jster
10-17-2006, 10:54 AM
Okay, I've been monitoring my server and found that certain parts of our ASP application eats up resources and it takes some of my larger customers to long to process. Two of the processes are constantly reading/updating the database when they generate or sync up their projects.
I've been toying around the idea of either creating a DLL, registering it and calling the functions from that or creating an ASP.NET App that just runs this process. Can any one tell me which one is more efficient as far as speed?
Thanks,
Josh
I've been toying around the idea of either creating a DLL, registering it and calling the functions from that or creating an ASP.NET App that just runs this process. Can any one tell me which one is more efficient as far as speed?
Thanks,
Josh