gwlib List Locking issue

2006-11-25 Thread Andreas Fink
Hi folks, I was optimizing my code which uses gwlib and have hit a big problem when I was converting things like mutex_lock(my_list_mutex); do_someting_with(my_list); mutex_unlock(my_list_mutex); to: gwlist_lock(my_list); do_someting_with(my_list); gwlist_unlock(my_list); to get rid of a

Re: [PATCH] (sqlbox-standalone) gw/sqlbox_pgsql.h

2006-11-25 Thread Rene Kluwen
Stipe, It would be for me if it were sqlbox. The sqlbox patch is kind of outdated by sqlbox standalone. Martin Conte maintains sqlbox standalone. I suggest Martin takes over sqlbox maintanance? Just an idea. Since he is a lot more active lately on the list and with patches. Rene Kluwen Chimit >

Re: [PATCH] (sqlbox-standalone) gw/sqlbox_pgsql.h

2006-11-25 Thread Mi Reflejo
I think you are talking about sqlbox-standalone so actually, Is for me :) I don't think it's necesary because you are including this directory doing: -I. -I.. -I../gw at compiling time. Anyway for sanity i was change it. http://www.kannel.org/~mconte/sqlbox/sqlbox-20061124-sa.tar.gz Regards,

Re: gwlib List Locking issue

2006-11-25 Thread Alexander Malysh
Hi Andreas, I think it's bug. gwlist_sort should use lock(list)/unlock(list). Am 24.11.2006, 15:21 Uhr, schrieb Andreas Fink <[EMAIL PROTECTED]>: Hi folks, I was optimizing my code which uses gwlib and have hit a big problem when I was converting things like mutex_lock(my_list_mutex); do_so

Re: [PATCH] (sqlbox-standalone) gw/sqlbox_pgsql.h

2006-11-25 Thread Stipe Tolj
Mi Reflejo wrote: I think you are talking about sqlbox-standalone so actually, Is for me :) ok, since Rene would pass the maintainace of sqlbox to you, we need to provide cvs write access for your, right? Which is a good chance to an advocation for letting you obtain cvs write access. ;)