What do you mean by "unique per thread"?
If there are two threads, unique per thread could mean that they each
see the same unique set of numbers, or that each thread sees numbers
that are different from the numbers seen in all other threads.
On 08/04/2008, Steve Kapinos <[EMAIL PROTECTED]> wrote:
> I'm trying to create an integeter that is going to be unique per thread.
>
> I have a UDV element defining
>
> vcsGlobalCount ${__counter(FALSE,vcsCount)}
>
> However, each time vcsCount is referenced, that seems to increment the
> counter. I would have thought the counter would only increment when the
> UDV element was ran.. Each time a thread starts.
>
> What is the proper way of handling a counter like this that should be
> unique per thread in this fashion?
>
> Thx
>
> -Steve
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]