X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=THREADS;h=b0481638e9ab1dfca9418b9ed2246ac776ebeb3b;hp=0dc5cec765638a0835c5cae5c0554d205c1f8b0e;hb=d4110e29da41ce702bcc3327e86768c6f266915e;hpb=298b318acaf1147474ab9e97cac37c3608660efd diff --git a/THREADS b/THREADS index 0dc5cec..b048163 100644 --- a/THREADS +++ b/THREADS @@ -46,7 +46,7 @@ thread-safe. getopt uses global variables and behaves badly in a multithreaded application when called concurrently. Instead provide a *_r function taking all options as function parameters. You may provide argc and - **argv arguments for variable lenght argument lists. See + **argv arguments for variable length argument lists. See rrd_update_r as an example. * Do not use the parsetime function! @@ -54,4 +54,7 @@ thread-safe. It uses lots of global vars. You may use it in functions not designed to be thread-safe like functions wrapping the _r version of some operation (eg. rrd_create, but not in rrd_create_r) - + +WIN32 Platform Note (added 04/01/03): + +Both rrdtool.vcproj (MSVC++ 7.0) and rrd.dsw (MSVC++ 6.0) are configured to compile with rrd_thread_safe_nt.c.