NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: astahl on January 11, 2014, 07:07:35 PM

Title: A files global variable name
Post 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
Title: Re: A files global variable name
Post by: Bruce on January 11, 2014, 08:31:13 PM
Yes, most dfinetly herded, and set it in the web handler procedure, processlink method before parent call
Title: Re: A files global variable name
Post by: astahl on January 12, 2014, 05:41:58 AM
Thanks Bruce, I wanted to make sure I was correct and thanks for the tip on where to put filename = 'blah.tps,


Ashley