NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: hkalmbach on June 29, 2016, 03:58:16 AM

Title: Browse a memory queue
Post by: hkalmbach on June 29, 2016, 03:58:16 AM
Hi together,

is there a possibility to browse a memory queue in a web form (like browsing a file)?

Thanks.

Cheers
Heinz
Title: Re: Browse a memory queue
Post by: terryd on June 29, 2016, 09:37:45 PM
Hi Heinz
I don't think this is practical unless you use In-memory tables
Title: Re: Browse a memory queue
Post by: Bruce on June 30, 2016, 06:37:04 AM
Hi Heinz,

Global queues are not thread safe, so you need to use a Memory table, not a Queue.

cheers
Bruce