Subject: getting a thread id
From: "Erich Lin" <dmatrix00d gmail.com>
Date: Tue, 11 Jul 2006 04:55:11 +0900
Is there a way to get the thread id of a thread without passing around
the thread object? I would like to do this because I would like to
pass the thread id of a thread I created as a parameter in a rails
application.
thanks