Re: mod_perl and Apache::DBI - what happens on request termination

2012-06-05 Thread Erik Scholtz
André, thanks for your answer, which confirms my observation on this: Do you have documents that will explain this behaviour in detail? Greetings, Erik If a http-connection drops (for any reason), while a huge amount of data is loaded from the database to the webserver, will Apache::DBI canc

mod_perl and Apache::DBI - what happens on request termination

2012-06-04 Thread Erik Scholtz
Hi, I have a small question about the Apache::DBI behaviour: If a http-connection drops (for any reason), while a huge amount of data is loaded from the database to the webserver, will Apache::DBI cancel the loading (means cancel the query) or will it continue loading the data till the end (m

vhosts and mod_perl

2005-07-12 Thread Erik Scholtz
Hello, I have two vhosts, each running with a different project. Both projects are using a "config.pm", located directly in the cgi-bin directory. Now it happens, that the project1 uses the config.pm of project2 and vice versa. I have no idea, why this happens. Anyone of you a hint for me?

Re: DBI and Apache::DBI

2004-05-12 Thread Erik Scholtz, ArgonSoft GmbH
I S wrote: Hi all, I have some questions with DBI. a) I don't understand why the database sometimes gets dropped. It happens randomly but frequently. could not prepare: Database disconnected at /dssweb/httpd/cgi-bin/feeds/viewReport line 157. b) I built mod_perl and apache with EVERYTHING=1.

Re: mod_perl 1.99_13 / apache 2.0.x / mysql 4.1.1 - connection problem

2004-05-11 Thread Erik Scholtz, ArgonSoft GmbH
Garrison Hoffman wrote: On Tue, 2004-05-11 at 05:02, Erik Scholtz, ArgonSoft GmbH wrote: failed: Client does not support authentication protocol requested by server; consider upgrading MySQL client at This may help: http://dev.mysql.com/doc/mysql/en/Old_client.html Thanks for your answer

mod_perl 1.99_13 / apache 2.0.x / mysql 4.1.1 - connection problem

2004-05-11 Thread Erik Scholtz, ArgonSoft GmbH
Hello, we migrated to mysql 4.1.1. Now, when my perl-script tries to connect to the mysql-server, the following error occurs: -- Error message: DBI connect('database=mydatabase;mysql_client_found_rows=0;host=myhost.net','myuser',...) failed: Client does not support authentication protocol requ