Quote:

I'd claim that my suggestion could handle easily a few thousand accesses simultaneously (Which will never happen with anything as we all know)

That's enough ?




Are you sure? I was running into problems with just 30 users doing a writeprofilestring() once every 30 seconds to the same INI file. I ended going with a separate file for each user because the chances of collisions were too great.

Bryce