I have session lock mechanism to limit the usage of a web app. I did a
stress tool to validate the lock mechanism. This stress tools creates new
thread for each access, but the ServicePointMan ager are reusing the
connection (the same url). I can't find in the documentation a way to force
ServicePointMan ager to create "always new" ServicePoint (new session).
I know that my stress tool will work if i start different processes, but
the threaded solution is more manageable since i can easyly stop/start new
concurrent connections.
tks,
Rafael.