c# - access specific worker process on application pool which has multiple processes -


i have application pool has multiple worker processes (e.g 4). there somehow way access website, such know on worker process #1, or #2, etc?

i need specific tasks clearing memory cache on particular worker process, , since don't know 1 on, i'm finding problem clear cache worker processes.

make request loop until system.diagnostics.process.getcurrentprocess().id returns process want work with.


Comments