> how about having this inside gwthread-pthread.c as function:
> 
> /* Return the threadtable sloot this thread is using. */
> long gwthread_table_slot(void)
> {
>     return (gwthread_self() % THREADTABLE_SIZE);
> }
> 
> and use this call instead of gwthread_self() for the logging
> functions?!

how much performance impact would a function call have this way
instead of doing it directly inside the logging functions?!

Anyone having C performance experience here?

Stipe

[EMAIL PROTECTED]
-------------------------------------------------------------------
Wapme Systems AG

Vogelsanger Weg 80
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
-------------------------------------------------------------------
wapme.net - wherever you are

Reply via email to