W
Weston Weems
Ok, heres my application lifecycle..
Application_start->spawn thread with fetchcache()
which calls some static business methods to fetch data etc
and while I can tell that the threading there is working,
it appears to still tie up those underlying business
methods. Could it be that my static methods are acting
like singletons of sorts?
Application isnt tied up, as it still serves pages and
such, however if I try to call that fetchcache method, it
waits for the first thread to complete.
Thanks in advance.
Application_start->spawn thread with fetchcache()
which calls some static business methods to fetch data etc
and while I can tell that the threading there is working,
it appears to still tie up those underlying business
methods. Could it be that my static methods are acting
like singletons of sorts?
Application isnt tied up, as it still serves pages and
such, however if I try to call that fetchcache method, it
waits for the first thread to complete.
Thanks in advance.