)SI When Threading

General APL language issues
Post Reply
paulmansour
Posts: 431
Joined: Fri Oct 03, 2008 4:14 pm

)SI When Threading

Post by paulmansour »

Anyone know the significance of the parenthetical here:

Code: Select all

·   &2 (system thread:4104)
It only appears on certain entries.
User avatar
StefanoLanzavecchia
Posts: 113
Joined: Fri Oct 03, 2008 9:37 am

Re: )SI When Threading

Post by StefanoLanzavecchia »

In my mental model, those are the Dyalog threads that were associated with a system OS or .NET thread. Not all of them need to be. In fact, the fewer are the better since Dyalog threads are supposed to be lighter than system threads.
Post Reply