NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: rjolda on May 01, 2010, 06:46:38 AM
-
Hi All,
Can The browse and form template use a Queue as the source instead of a file?
The Queue of data would be specific for each user.
Thanks,
Ron Jolda
-
I would use a memory file...
-
Hi Ron,
No you can't use a Queue as a data source. Queues are not thread-safe, and NT is heavily multi-threaded. The Memory driver is thread safe, and has support for Views etc, so if you want an "in memory" table then use the In Memory driver.
cheers
Bruce