Re: Apache::Session and File Upload (Was: Apache::Session hangs script)

1999-10-22 Thread Kip Cranford
Upon further investigation (ok, trial and error...), it seems that using the multipart form encoding, in conjunction with CGI.pm (I'm using CGI.pm-2.49) and Apache::Session, causes my test script to hang at the "op" function within the IPC modules. In the same test script, if I use the Apache::R

Re: Apache::Session and File Upload (Was: Apache::Session hangs script)

1999-10-21 Thread Kip Cranford
Thanks for the reply, Jeffrey. Ok, I can understand how leaking session handles would cause a read or write lock, or whatever. However, I thought that untieing the session hash would release whatever locks the session held -- at the end of the simple script I untie the hash. In fact, the scri

Re: Apache::Session and File Upload (Was: Apache::Session hangs script)

1999-10-21 Thread Tobias Hoellrich
Kip, I think I mentioned this yesterday in an private email message already. I had the same problem with Apache::Session 1.03 in my environment. For some obscure reason, my tied %session didn't go out of scope and was never "untied" at the end of one request. This results in a situation where Ap

Re: Apache::Session and File Upload (Was: Apache::Session hangs script)

1999-10-21 Thread Jeffrey Baker
Kip Cranford wrote: > > Again, I'm using mod_perl 1.21, apache 1.3.9, Apache::Session 1.03, on a > RedHat 6 linux system with perl 5.005_03, and am using Netscape Comm. > 4.51 as my browser. > > The problem now seems to be Apache::Session and file uploads. My > handler is providing a simple fil

Apache::Session and File Upload (Was: Apache::Session hangs script)

1999-10-21 Thread Kip Cranford
Again, I'm using mod_perl 1.21, apache 1.3.9, Apache::Session 1.03, on a RedHat 6 linux system with perl 5.005_03, and am using Netscape Comm. 4.51 as my browser. The problem now seems to be Apache::Session and file uploads. My handler is providing a simple file upload interface, and I'm using

Apache::Session hangs script

1999-10-19 Thread Kip Cranford
I'm using Apache/1.3.9 (Unix), mod_perl/1.21, Apache-Session-1.03, with MySQL 3.22.25. I'm using the the Apache::Session::DBI module with MySQL to provide some simple session management. I'm running the script as a PerlHandler... I'm storing the session ID as a hidden variable, which I retriev

Re: Apache::Session hangs script

1999-01-03 Thread Jeffrey Baker
[EMAIL PROTECTED] wrote: > > > "Kip" == Kip Cranford writes: > > Kip> I'm using Apache/1.3.9 (Unix), mod_perl/1.21, Apache-Session-1.03, with > Kip> MySQL 3.22.25. I'm using the the Apache::Session::DBI module with MySQL > Kip> to provide some simple session management. I'm running the scr

Apache::Session hangs script

1999-01-02 Thread tarkhil
> "Kip" == Kip Cranford writes: Kip> I'm using Apache/1.3.9 (Unix), mod_perl/1.21, Apache-Session-1.03, with Kip> MySQL 3.22.25. I'm using the the Apache::Session::DBI module with MySQL Kip> to provide some simple session management. I'm running the script as a Kip> PerlHandler... Kip> Ap