[xmlsec] Dos the XMLSec library support multithreading?

Aleksey Sanin aleksey at aleksey.com
Wed May 12 23:35:06 PDT 2004


man pthread_create

Aleksey

>       ret=pthread_create(&id,NULL,(void *) encrypt_file,(void *) xmlInfo);
>       if(ret!=0)
>       {
>         fprintf(stderr, "ERROR: Create pthread error!\n");
>         return(-1);
>       }
>     }
> 
> end:
> 
>     /* destroy keys manager */
>     xmlSecKeysMngrDestroy(mngr);
>     




More information about the xmlsec mailing list