Re: Scalability problem with Pthread Read/Write Locks

2005-10-24 Thread Corinna Vinschen
On Oct 23 05:45, Johan De Taeye wrote: > > My multi-threaded application is creating a lot of > pthread_rwlock objects to protect access to my objects. > I am noticing that this doesn't scale up well. As the number > of active objects being created/changed/deleted increases > into the thousands, t

Scalability problem with Pthread Read/Write Locks

2005-10-23 Thread Johan De Taeye
My multi-threaded application is creating a lot of pthread_rwlock objects to protect access to my objects. I am noticing that this doesn't scale up well. As the number of active objects being created/changed/deleted increases into the thousands, the runtime performance degrades very badly. When i