Just a question: if issuing AttachThread() multiple times for the same
thread, would the same thread context pointer be returned or a new one
constructed each time?

Is the Rexx instance maintaining any thread-related data as long as a
Rexx thread exists at all?

---rony


Rony G. Flatscher wrote:
> Is it possible to have "thread data" per Rexx thread to store and
> retrieve Rexx thread dependent information?
>
> Something like the simple "void *applicationData;" for a RexxInstance,
> e.g. a simple "void *threadApplicationData" for the RexxThreadInterface.
> (This would allow to store Rexx thread dependent application data, which
> would ease Rexx thread management in cooperation with peer application
> threads enormeously.)
>
> ---rony
>   


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to