[EMAIL PROTECTED] wrote:
> Well, now i use File Store and File locking, now it works ...
>
> can anyone please tell me how this semaphore locking works??
>
Maybe your semaphore has the wrong owner. Use ipcs to show all semaphores
and ipcrm to delete the Apache::Session one. Apache::Session will cr
Well, now i use File Store and File locking, now it works ...
can anyone please tell me how this semaphore locking works??
regards
Patrick
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 5. Dezember 2003 13:01
An: [EMAIL PROTECTED]
Betreff: p
hello guys,
my configuration:
Apache/1.3.26 (Unix) mod_perl/1.29
HTML::Embperl 1.3.6
Apache::Session 1.54
Apache::SessionX2.00b5
i'm using File Store and Semaphore Locking.
< httpd.conf --->
### log minimum + session output
PerlSetEnv EMBPERL_DEBUG "2097153"
Perl
Pete Moran wrote:
> Since I have upgraded from 1.3 to 2.0, I dont seem to be able to write
> to a file
>
> [-
> open(TMP, "> /tmp/test");
> print TMP "THIS IS A TEST";
> close TMP;
>
>
> -]
>
> Results in 0 byte file being created any ideas why ?
>
The code looks ok, this should work with 2.0 with