in reply to Re: Thread::RWLock for 5.8 threads ?
in thread Thread::RWLock for 5.8 threads ?
It relies on old threads locked attribute to control access to the locking/unlocking methods, plus it needs to be passed between threads, so I need to change its base hash to a shared object which can be lock()'d to support the same access control. And it needs to implement Thread::Queue::Queueable so it gets automagically reblessed when passed to another thread.
So, in its current form, its not really useable for ithreads, tho the underlying locking algorithm is certainly useable.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Thread::RWLock for 5.8 threads ?
by BrowserUk (Patriarch) on Oct 24, 2005 at 17:19 UTC | |
by renodino (Curate) on Oct 24, 2005 at 17:38 UTC | |
by BrowserUk (Patriarch) on Oct 24, 2005 at 17:51 UTC | |
by renodino (Curate) on Oct 24, 2005 at 18:13 UTC |