Re: problem with sessions

2003-12-05 Thread Gerald Richter
[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

AW: problem with sessions

2003-12-05 Thread Patrick.Gebhardt
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

problem with sessions

2003-12-05 Thread Patrick.Gebhardt
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

Re: Writing to a file

2003-12-05 Thread Gerald Richter
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