Stas Bekman wrote:
Gregory Burmistrov wrote:
Hello!
I've had a challenge with mod_perl and mod_xslt under Apache2, the
problem is:
mod_xslt collects buckets from mod_perl for further processing. When
mod_xslt got EOS bucket processing occurs, but some data in buckets
appear to be corrupted.
After f
Joshua Keroes wrote:
Hello mod_perl folks:
I'm having some trouble getting the MasonHQ SiteSource code to run.
Looks like a mod_perl/CGI issue is the culprit.
This is what happens when I fire up Apache. (svrctl is a glorified
apachectl.)
[EMAIL PROTECTED]:/usr/local/anansi$ sudo bin/svrctl star
Perrin Harkins wrote:
On Tue, 2004-05-18 at 14:06, Frank Wiles wrote:
I'll update the docs to be more specific about it. You're
right it doesn't specifically mention that portion of the setup
being required.
I seem to remember sending Doug a patch to this doc that explained the
problem years a
Gregory Burmistrov wrote:
Hello!
I've had a challenge with mod_perl and mod_xslt under Apache2, the
problem is:
mod_xslt collects buckets from mod_perl for further processing. When
mod_xslt got EOS bucket processing occurs, but some data in buckets
appear to be corrupted.
After few hours with vario
Dave Boodman wrote:
I've never seen a case where the same child that does the update/insert
doesn't return the new data on a subsequent view reload.
Good, you're narrowing it down. If a different child handles the edit
and the view, is it always wrong? You can simulate this when running in
-X
Perrin Harkins wrote:
On Tue, 2004-05-18 at 10:41, Tom Williams wrote:
Thanks for the info. I'm responding off the list since my mod_perl
questions have basically been answered.
You really should keep these questions on the list. Others on there are
much more knowledgeable than I am abou
The way I know the view page is hitting different children is in the
logs, I have the PID of the child included in each log output:
50016 2004-05-18/15:58:10 64.186.244.42 debug dave Plugin::Systems
33 retrieve(col00179) returning 5 hashes
50014 2004-05-18/15:58:10 64.186.244.42 debug dave Plugin
Waldo_Tumanut/MO/[EMAIL PROTECTED] wrote:
What would you recommend for Windows-based integrated development
environment for non-heavy-programmers such as DBAs and data analysts?
Target server platforms are Windows and AIX.
If you already have a Visual Studio license, I'm partial to
ActiveState's
On Tue, 2004-05-18 at 19:15, Dave Boodman wrote:
> I'm testing by submitting (in a browser) the page/form (the "edit"
> page) that (at this point) just calls the code to do the insert (as
> you can see I've specified the data to insert, ignoring what's in the
> form). I do the same when I run in -X
Hi,
> > I'm facing a weird problem that's proving difficult to track down.
> >
> > After a certain number of hits to our mod_perl apps, the environment no
> > longer gets reset per request. For example, if you have a script that
> > just dumps the environment, after hitting some piece of code, t
On Tue, 2004-05-18 at 17:36, Dave Boodman wrote:
> By regular do you mean with each invocation?
I mean that it happens frequently enough that it's not likely to be tied
to some freak occurrence involving race conditions or other
inter-process issues.
> Cause I regularly see the same children not
Sorry, back to the list.
By regular do you mean with each invocation? Cause I regularly see the
same children not return the newly-inserted data, while (most) others
regularly return it fine. In -X, the single process always returns the
right data.
I've just run the update with the following cod
[ CC'ing the list ]
On Tue, 2004-05-18 at 16:53, Dave Boodman wrote:
> -X does what i thought - works perfectly.
That just means you haven't figured out the steps to recreate the
problem yet.
> I do see this whenever I first hit the web server after a restart, does
> this look normal (obviously
[ Please keep the conversation on the list... ]
On Tue, 2004-05-18 at 16:23, Dave Boodman wrote:
> ok, thanks for the tips on the commit/rollback. so, i can call it on any
> old obj or do i have to (can i) create a special/new obj just to do the
> commit/rollback.
You can call it on any object,
Hello mod_perl folks:
I'm having some trouble getting the MasonHQ SiteSource code to run.
Looks like a mod_perl/CGI issue is the culprit.
This is what happens when I fire up Apache. (svrctl is a glorified
apachectl.)
[EMAIL PROTECTED]:/usr/local/anansi$ sudo bin/svrctl start dev
Password:
start
I'm not sure if this is a mod_perl problem or not, but I can't reproduce it
under regular perl, so I thought I'd post here. Anyway it's apache 1.3.29,
mod_perl 1.29 and perl 5.8.4.
The problem is occuring in the following piece of code. I've tried creating
a test case, but I can't seem to narrow i
On Tue, 18 May 2004 14:24:21 -0400
Perrin Harkins <[EMAIL PROTECTED]> wrote:
> On Tue, 2004-05-18 at 14:06, Frank Wiles wrote:
> > I'll update the docs to be more specific about it. You're
> > right it doesn't specifically mention that portion of the setup
> > being required.
>
> I seem to
On Tue, 2004-05-18 at 14:06, Frank Wiles wrote:
> I'll update the docs to be more specific about it. You're
> right it doesn't specifically mention that portion of the setup
> being required.
I seem to remember sending Doug a patch to this doc that explained the
problem years ago, but I can
On Tue, 18 May 2004 22:03:59 +0400
"Ruslan U. Zakirov" <[EMAIL PROTECTED]> wrote:
> Perrin Harkins wrote:
> > On Tue, 2004-05-18 at 13:27, Ruslan U. Zakirov wrote:
> >
> >>First time I thought that A::DP has limit on depth for tree, but as
> >you >can see RT::Ticket::HasUnresolvedDependencies cal
Perrin Harkins wrote:
On Tue, 2004-05-18 at 13:27, Ruslan U. Zakirov wrote:
First time I thought that A::DP has limit on depth for tree, but as you
can see RT::Ticket::HasUnresolvedDependencies calls directly only:
RT::Ticket::UnresolvedDependencies
RT::Tickets::IgnoreType
but they are unrepor
Hello again,
I tried again - from source this time - using the configure params from the manual:
% perl Makefile.PL APACHE_SRC=../apache_1.3.31/src \
DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 \
APACI_ARGS='--prefix=/usr/local/httpd_perl'
% make && make test && make install
% cd ../apache_
On Tue, 2004-05-18 at 13:27, Ruslan U. Zakirov wrote:
> First time I thought that A::DP has limit on depth for tree, but as you
> can see RT::Ticket::HasUnresolvedDependencies calls directly only:
>RT::Ticket::UnresolvedDependencies
>RT::Tickets::IgnoreType
> but they are unreported.
The
Frank Wiles wrote:
On Tue, 18 May 2004 20:21:01 +0400
"Ruslan U. Zakirov" <[EMAIL PROTECTED]> wrote:
Frank Wiles wrote:
[snip]
Hello.
I notice that Apache::DProf from 0.08 skip some calls, but
Devel::DProf doesn't.
It's mean when I do 'dprofpp -t' after D::DP on command line script I
see full ca
Hello,
I'm trying to install mod_perl from cpan on my fedora box - using apache-1.3.31.
Running make test shows that all tests pass except for tests 5-10 of modules/module.
I'm afraid I can't tell from looking at t/net/perl/module.pl what the problem is. Any
help would be appreciated.
Thank
On Tue, 18 May 2004 20:21:01 +0400
"Ruslan U. Zakirov" <[EMAIL PROTECTED]> wrote:
> Frank Wiles wrote:
> > The uploaded file
> >
> > Apache-DB-0.09.tar.gz
> >
> > has entered CPAN as
> >
> > file: $CPAN/authors/id/F/FW/FWILES/Apache-DB-0.09.tar.gz
> > size: 7292 bytes
> >md5: c5d1fd
I use Komodo from Activestate.
Waldo_Tumanut/MO/[EMAIL PROTECTED] wrote:
>What would you recommend for Windows-based integrated development
>environment for non-heavy-programmers such as DBAs and data analysts?
>Target server platforms are Windows and AIX.
>
>
>Waldo Tumanut
>Database Analyst
>
Frank Wiles wrote:
The uploaded file
Apache-DB-0.09.tar.gz
has entered CPAN as
file: $CPAN/authors/id/F/FW/FWILES/Apache-DB-0.09.tar.gz
size: 7292 bytes
md5: c5d1fd283177b77c2f3a02ab18bff9ff
Changes since 0.08
- Fixed required modules problems in Apache::SmallProf
Hello.
I notice tha
The uploaded file
Apache-DB-0.09.tar.gz
has entered CPAN as
file: $CPAN/authors/id/F/FW/FWILES/Apache-DB-0.09.tar.gz
size: 7292 bytes
md5: c5d1fd283177b77c2f3a02ab18bff9ff
Changes since 0.08
- Fixed required modules problems in Apache::SmallProf
Hello!
I've had a challenge with mod_perl and mod_xslt under Apache2, the
problem is:
mod_xslt collects buckets from mod_perl for further processing. When
mod_xslt got EOS bucket processing occurs, but some data in buckets
appear to be corrupted.
After few hours with various server configuration
Just my 2 cents, but on windows, I like OptiPerl. Sadly it's only
shareware, but it's still very nice. The Regex tester alone is enough to
make me like it.
http://www.xarka.com/optiperl/
--
Mike Ward
[EMAIL PROTECTED]
On Tue, 2004-05-18 at 09:46,
Waldo_Tumanut/MO/[EMAIL PROTECTED] wrote:
> Wha
What would you recommend for Windows-based integrated development environment for non-heavy-programmers such as DBAs and data analysts? Target server platforms are Windows and AIX.
Waldo Tumanut
Database Analyst
CONFIDENTIALITY NOTICE: This electronic transmission (including any
accompanying
Tom Williams wrote:
I do notice that from time to time the multi-threaded child
processes will die off and new ones spawn and I understand this is
normal for the Apache 2.0 work MPM. So, each time a child process
terminates the Perl interpreter for that process goes with it and the
new child g
When using Apache::DBI you must remember that it caches the connections by using the
connection string it you have two types of connection say one with autocommit on and
the other with it off this is cached as two connections.
If you do not have a standard method/module for making your database
Back to this issue, sorry, been in HI for 2 weeks :)
OK, here's some small(er) code I that repeats the problem. To recap, the
gist is, i'm adding an item (a "system") to a customer, and
post insert, the new item only shows up on certain page reloads - certain
children aren't seeing the newly inse
We are having a problem with the oracle sessions running wild. We
have five web servers that run 6 servers. once we restart all the web
servers, I check and see that we have 30 sessions.
With the Apache::DBI::ping, we should stay steady at 30 sessions (At
least that is how I understand it), b
35 matches
Mail list logo