Hi there,

I have a procedure that I want to execute every time a webapp starts. The snag is that I want it to execute only once, even if there are for example 4 processes in the minimum pool.

Can anybody think of a way to do that without using lock/unlock protection?

Is there a call you can make to determine whether this is the "first" process of the pool being started?

-Sture