NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: astahl on January 11, 2014, 07:07:35 PM
-
Hi All,
I have a tps file that has the "Full Path Name" set to " !expfilename ".
When the user logs in I use the users name to create the file ie. clip(usr:username) & '.tps'
Since a number of users will be using this file should I set the Global Storage Class to Threaded?
Or is there a better way to handle this by user?
Ashley
-
Yes, most dfinetly herded, and set it in the web handler procedure, processlink method before parent call
-
Thanks Bruce, I wanted to make sure I was correct and thanks for the tip on where to put filename = 'blah.tps,
Ashley