Re: re[2]: [ACFUG Discuss] Crystal free license error

2007-06-15 Thread Dean H. Saxe
Sure, but only if you stop using red text. ;-) The basic idea is that any requests to go to Crystal are placed into a FIFO queue (first in, first out). Say you have 10 concurrent licenses for Crystal. You'd create an object in the application scope, the object would contain a few member v

re[2]: [ACFUG Discuss] Crystal free license error

2007-06-15 Thread Mischa Uppelschoten ext 10
Can you give me a high level picture of a queue? Is it an app var that you update, or a table with a processor template that checks for records etc. ?     : You could implement a queue for requests to ensure you never go over:  concurrent sessions limit.  Keep some stats on it for a while