2015-09-05 20:45 GMT+02:00 Hartmut Kaiser <hartmut.kaiser@gmail.com>:

> > because you mentioned you have already solved this problem you could give
> > me a hint/some little help?

We don't have a fiber_manager so we don't need to solve this problem.

but you told us that you use TLS in your fibers and it is completely safe to migrate the fibers to other threads?!
how do you achieve that a migrated fiber accesses the correct object, stored in TLS, of the current thread
and not the object of the thread the fiber was migrated from?