Re: Is mysql_query() reentrant ?

2001-09-02 Thread Sinisa Milivojevic
Marc A. Mueller writes: Hi, I want my application (LINUX, C++) to send periodically an information to a MySQL-Server, regardless of whats it is actually doing at the moment. Can I use the alarm signal for this (is mysql_query() signal-reentrant) ? I'm using the normal mysql-library,

Is mysql_query() reentrant ?

2001-09-01 Thread Marc A. Mueller
Hi, I want my application (LINUX, C++) to send periodically an information to a MySQL-Server, regardless of whats it is actually doing at the moment. Can I use the alarm signal for this (is mysql_query() signal-reentrant) ? I'm using the normal mysql-library, not mysql++. Versions should not