On Thu, 2007-03-29 at 23:46 +0200, Henri Gomez wrote:
> Good thanks
I don't like mktemp():
+++
BUGS
Never use mktemp(). Some implementations follow 4.3BSD and
replace
XX by the current process ID and a single letter, so that
at most
26 different names can be returned
The JK_SHM_LOCK_REOPEN will be defined where ?
autoconf / jk_shm.h ?
2007/3/30, Mladen Turk <[EMAIL PROTECTED]>:
Henri Gomez wrote:
> Good thanks
>
Check now. I put that inside #ifdef JK_SHM_LOCK_REOPEN,
like before, but now, the entire code is compile
time dependent instead just using a var.
Henri Gomez wrote:
Good thanks
Check now. I put that inside #ifdef JK_SHM_LOCK_REOPEN,
like before, but now, the entire code is compile
time dependent instead just using a var.
Regards,
Mladen.
-
To unsubscribe, e-mail: [EM
Good thanks
2007/3/29, Mladen Turk <[EMAIL PROTECTED]>:
Henri Gomez wrote:
> While rebuild trunk from mod_jk I got an error on iSeries about
> missing mktemp in iSeries.
>
>if (!jk_shmem.lockname) {
#ifnedef WHATEVER
>if (shm_lock_reopen) {
>int i;
>jk_shmem
Henri Gomez wrote:
While rebuild trunk from mod_jk I got an error on iSeries about
missing mktemp in iSeries.
if (!jk_shmem.lockname) {
#ifnedef WHATEVER
if (shm_lock_reopen) {
int i;
jk_shmem.fd_lock = -1;
mode_t mask = umask(0);
for (i
Henri Gomez wrote:
Well I5, also known as iSeries or AS/400, run on i5/OS which is not
Unix but IBM proprietary (called OS/400 previously)
Oh well, it's been broken longer :-) I stand by my suggestion on how
to fix it.
Ian
--
Well I5, also known as iSeries or AS/400, run on i5/OS which is not
Unix but IBM proprietary (called OS/400 previously)
2007/3/29, Ian Darwin <[EMAIL PROTECTED]>:
Henri Gomez wrote:
> While rebuild trunk from mod_jk I got an error on iSeries about
> missing mktemp in iSeries.
>
>if (!jk_shme
Henri Gomez wrote:
While rebuild trunk from mod_jk I got an error on iSeries about
missing mktemp in iSeries.
if (!jk_shmem.lockname) {
if (shm_lock_reopen) {
int i;
jk_shmem.fd_lock = -1;
mode_t mask = umask(0);
for (i = 0; i < 8; i++) {
While rebuild trunk from mod_jk I got an error on iSeries about
missing mktemp in iSeries.
if (!jk_shmem.lockname) {
if (shm_lock_reopen) {
int i;
jk_shmem.fd_lock = -1;
mode_t mask = umask(0);
for (i = 0; i < 8; i++) {
strcpy(f