Re: Weird issues with embperl

2001-05-02 Thread Gerald Richter
> I am thinking this > could be an issue with the lock? > Yes, the difference between CGI and mod_perl is, that the CGI ends after the request and therefore release all locks, while Apache/mod_perl continues to run. So if you don't release the lock on your own, the file will stayed locked. Geral

Weird issues with embperl

2001-05-02 Thread Jason McNeil
If anyone can help I would be verry happy. Using apache with mod_perl to use embperl. Created a simple file editor. Opens file (with flock EX lock on) then reads file and allows to edit and re-submit. If I use embpgci it works fine only if I open the file with the cgi to start with. If I use mod