[Info-vax] Problems with multithreaded calls to libCURL
Jim Duff
jim at send.spam.here
Fri Mar 8 20:00:08 EST 2019
On 9/3/19 7:38 am, Craig A. Berry wrote:
> On 3/8/19 9:14 AM, Stephen Hoffman wrote:
>
>> Haven't looked at the libCURL port, but—if it's threaded—then it
>> should also be compiled using /REENTRANT, or the OpenVMS code-path
>> calling decc$set_reentrancy().
>
> Supposedly, according to the docs, "This qualifier is for use only with
> a module containing the main routine." So it wouldn't be libcurl but
> rather the main program that would need to be compiled with
> /REENTRANCY=AST, or whatever variant of that qualifier you had in mind.
/REENTRANCY=MULTITHREAD, and yep, I have that on. This is not the first
program I've written with pthreads :)
More information about the Info-vax
mailing list