Subject | Croatian | English |
comp., MS | nit rasprave | discussion thread (In an online forum, such as a newsgroup, a series of messages or articles in which replies to an message are nested directly under it instead of arranged in chronological or alphabetical order) |
comp., MS | nit razgranavanja | fan-out thread (A thread that creates multiple message copies and places them in the appropriate link queues. The dispatcher then triggers XFER OUT threads to process the fan-out message copies) |
comp., MS | radna nit | worker thread (A thread commonly used to handle background tasks that the user should not have to wait for to continue using your application. Tasks such as recalculation and background printing are typically executed on worker threads) |