Beefy Boxes and Bandwidth Generously Provided by pair Networks chromatic writing perl on a camel
Welcome to the Monastery
 
PerlMonks  

Re: Error in CGI::Session on Windows: flock() not implemented

by antirice (Priest)
on Dec 12, 2005 at 16:02 UTC ( [id://516148]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Error in CGI::Session on Windows: flock() not implemented

Just curious but which version of windows are you running?

I just added an option to svn that allows you to disable file locking. It should be available in the next release of CGI::Session.

  • Comment on Re: Error in CGI::Session on Windows: flock() not implemented

Replies are listed 'Best First'.
Re^2: Error in CGI::Session on Windows: flock() not implemented
by sara2005 (Scribe) on Dec 12, 2005 at 19:01 UTC
    Windows 98SE.

    Do you think it could be the reason why it is not supported?

      According to perlport, seems to be. I don't think windows supports flock until you get into the NT's (2000, XP, etc).

      For the time being, you could add the following code to your script to override flock. (NOTE: Only do this for when you run on Windows 98 as the locks are very important with a filesystem that allows concurrent access to files).

      BEGIN { *CORE::GLOBAL::flock = sub { return 1; } }

      Note: Updated code.

        Thanks a lot for your help on this.

        By commenting the flock() function, I was able to get this working.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://516148]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.