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