Ok I have a question about application.lock
I want to put infrequently changed data into application variables. I also have userid as an application variable which is updated everytime someone registers. I heard that locking the application variable, makes all application level variables inaccessible. In other words, everytime someone registers, the other application variables won't be available for that split second it takes to update the userid. Is this true? It might not be a problem right now, but as the website gets busier this could become an issue.
I want to put infrequently changed data into application variables. I also have userid as an application variable which is updated everytime someone registers. I heard that locking the application variable, makes all application level variables inaccessible. In other words, everytime someone registers, the other application variables won't be available for that split second it takes to update the userid. Is this true? It might not be a problem right now, but as the website gets busier this could become an issue.