This issue is now resolved: my fortran binary handles very large arrays and
complex functions requiring an unlimited stack size.
Despite that the stack size limit was defined on a system-wide basis (in
/etc/security/limits.conf), for any reason it appears that the
"apache/perl/fortran binary"
Fastidious but undeniably efficient. I'll try that. Thanks!
Message d'origine
De : "smaug ix"
À : users@httpd.apache.org
Objet : Re: [users@httpd] Strange apache behaviour when lauching an
externalbinary called by a perl script
Date : 21/11/2013 19:52:49 CET
On 11/21/2013 08:25 AM, le
Nice suggestion. But unfortunately both environments are the same (and my
binary is compiled with static library option).
Message d'origine
De : "Pete Houston"
À : users@httpd.apache.org
Objet : Re: [users@httpd] Strange apache behaviour when lauching an
externalbinary called by a per
Hello list,
I am currently setting up a web service running on CentOS 6.4. This service
uses perl scripts (cgi-bin) launching an external homemade fortran compiled
binary.
This last is triggered through a web form when the user ask for it. It is not a
system service but an 'on demand' execution.