DefaultSchedulerService in ASP.NET application
- by Samir P
Hi,
My project has a requirement to implement look-ahead caching i.e. triggering another request on invokation of a specific request. The following details in short the implementation -
HttpModule parses the SOAPRequest and matches entry in a configuration file for look-ahead candidate.
If the request matches, it prepares the Parameters…