Title: Re: Process exiting prematurely
Do you get this behavior with some particular script or
just any kind? Doesthe same script work fine as mod_cgi?All scripts,
work the same. They work fine under
mod_cgi.
> Possibly change the MaxRequestsPerChild
to 100 and see if it still restarts?
> Roger
no joy.
Thanks
Jay Flowers
Systems Engineer
Integic Corp.
> Jay, I can't see from your error_log what problem you are talking
about.
> Apache always starts and immediately restarts, so what you see is
normal.
It does not work this way on my Windows 2000 server machines. After
every request it restarts the Apache Child Process, even though
reads.
[Tue Sep 02 13:42:30 2003] [debug] .\server\mpm\winnt\child.c(695):
Child 1752: Worker thread 0 starting.
[Tue Sep 02 13:42:30 2003] [debug] .\server\mpm\winnt\child.c(695):
Child 1752: Worker thread 1 starting.
[Tue Sep 02 13:42:30 2003] [debug] .\server\mpm\winnt\child.c(695):
Child 1752: Worker thread 2 starting.
[Tue Sep 02 13:42:30 2003] [debug] .\server\mpm\winnt\child.c(695):
Child 1752: Worker thread 3 starting.
[Tue Sep 02 13:42:30 2003] [debug] .\server\mpm\winnt\child.c(695):
Child 1752: Worker thread 4 starting.
[Tue Sep 02 13:42:30 2003] [debug] .\server\mpm\winnt\child.c(695):
Child 1752: Worker thread 5 starting.
[Tue Sep 02 13:42:30 2003] [debug] .\server\mpm\winnt\child.c(695):
Child 1752: Worker thread 6 starting.
[Tue Sep 02 13:42:30 2003] [debug] .\server\mpm\winnt\child.c(695):
Child 1752: Worker thread 7 starting.
[Tue Sep 02 13:42:30 2003] [debug] .\server\mpm\winnt\child.c(695):
Child 1752: Worker thread 8 starting.
[Tue Sep 02 13:42:30 2003] [debug] .\server\mpm\winnt\child.c(695):
Child 1752: Worker thread 9 starting.
Jay Flowers
Systems Engineer
Integic Corp.
--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
I installed it anyway. It seems to be working. I can still send you the
httpd.conf if you'd still like
jay
- Original Message -
From: "Michael Schout" <[EMAIL PROTECTED]>
To: "Jay Strauss" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: We
Hi,
I'm running into a problem during the make test while installing the current
version of Apache::AuthCookie. I'm not sure where to go. I looked at tests
10 and 15:
Test 10 is supposed to fail: and it did
Test 15 is supposed to be FORBIDDEN
Should I go ahead and do "make in
happy to sell me
machines with no OS loaded. You may want Scyld.com or one of the other
cluster specialists if you are talking getting vendor expertise. They tend to
focus on compute clusters, not web.
--
Jay "yohimbe" Thorne [EMAIL PROTECTED]
Mgr Sys & Tech, Userfriendly.org
me. I
don't have the time to re-code the entire thing.
Failing that, is there a way to at least get print to work? Or have later
mod_perl releases fixed that?
--
Jay "yohimbe" Thorne [EMAIL PROTECTED]
Mgr Sys & Tech, Userfriendly.org
doesn't
want to participate that late.
Thanks for the pointers, all. It looks like I'm stuck with Apache::SSI or
DIY. Right now I'm DIY, and after getting bitten by a bug I thought I could
just use mod include and avoid these kind of bugs in the future.
--
Jay "yohimbe" Thorne [EMAIL PROTECTED]
Mgr Sys & Tech, Userfriendly.org
On August 27, 2002 02:16 pm, Per Einar Ellefsen wrote:
> At 23:09 27.08.2002, Jay Thorne wrote:
> >In a mod_perl handler, in the m_p1.x/apache1.3 api, Is there a quick way
> > to tell apache
> >"I'm done, here's my content, and I want you to run this through
&
In a mod_perl handler, in the m_p1.x/apache1.3 api, Is there a quick way to
tell apache
"I'm done, here's my content, and I want you to run this through mod_include
before you send it to the user"
--
Jay "yohimbe" Thorne [EMAIL PROTECTED]
Mgr Sys & Tech, Userfriendly.org
On March 21, 2002 01:05 pm, Dave Rolsky wrote:
> On Thu, 21 Mar 2002, Jay Thorne wrote:
> > The first one I noted was that he assumes that a high performance app has
> > several joins. I think everyone here who's developed a few db apps will
> > tell you that joins are h
xpect it to
change? This is the joy of mod_perl, being able to keep some context of your
_application_ between hits of your _users_.
As for performance, mysql and postgresql are getting pretty similar results,
_these_ days. With aggressive app level caching of db data, and the innodb
table han
DR>I really like the new logo, and in fact I voted for it. However, I just
DR>realized that the logo uses "modperl", whereas mod_perl's name is
DR>"mod_perl", with the underscore. Does anyone else see this as a problem?
BM>It's a graphic design so I don't see that it needs to follow the Apache
BM
even do some tests - which no doubt
you've been anxious to write!!
---
Did all that make sense? I hope so - if not I shall endevour to
clarify.
Cheers,
Jay
the machine's ram with memtest86? you might actually
have bad ram. Segfault is one of the symptoms.
--
Jay "yohimbe" Thorne [EMAIL PROTECTED]
Mgr Sys & Tech, Userfriendly.org
MS should publish history books. Each two years, you get a nice revision ;) -
Jean Francois Pare
t. Works brilliantly.
>
> Don't know what your problem might be. Please share offlist, perhaps I can
> help debug it.
Ditto here. Working quite well on fairly high volume servers.
--
Jay "yohimbe" Thorne [EMAIL PROTECTED]
Mgr Sys & Tech, Userfriendly.org
MS should publ
See: http://www.infonium.com/perl/ for a link to Apache::Tie::Cookie.
Featuring tied interface and lazy (demand) loading of cookie data.
Jay
- Original Message -
From: "Jeffrey W. Baker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 13, 2002 3:
different config
to a call to "/different" or a call to "/". How can I do three different
intializations for these different configurations and then keep track of
them for the remaining requests?
Jay
- Original Message -
From: "Robert Landrum" <[EMAIL P
I'm wondering if there is a way that I can mark or remeber that
I've seen a particular dir_config during a previous request. The
motivation is performance related - so that I can set up for
particular set of "PerlSetVar" values only the once. Then
subseqeuent requests to that child will use a prev
For the Canadians out there you can get it at Chapters.Indigo.CA too
Search for "Geoffrey Young" as "mod_perl" does not come up through their
search engine.
Jay
- Original Message -
From: "___cliff rayman___" <[EMAIL PROTECTED]>
To: <[EMAIL PROTE
I looked at some of the candidates at
http://wypug.digital-word.com/mod_perl/
must confess I am partial to
http://wypug.digital-word.com/mod_perl/logos/louise_bramald_1.jpg so far
Thinking camels for Perl and feathers for Apache putting them together all I
could see is "flying camels" - is that t
I register a clean up handler to explicitly untie the session variable. I am
not
sure how to do this in the setup you have running...so I can't be of much
explicit help.
Jay
- Original Message -
From: "Ken Williams" <[EMAIL PROTECTED]>
To: "Perrin Harki
CTED]>
To: <[EMAIL PROTECTED]>
Cc: "Jay Lawrence" <[EMAIL PROTECTED]>
Sent: Saturday, January 12, 2002 10:28 AM
Subject: Re: PREANNOUNCE Tied Request and Cookies Module
> At 10:18 PM 1/7/2002 -0500, Jay Lawrence wrote:
> >
> >I am thinking of names such as:
>
ar", -value =>
$line );
and in the try block:
try {
do foo;
} catch FooException with {
my $exception=shift;
print "Uh oh, we have a problem with foo: " . $exception->text;
};
Jay
- Original Message -
From: "Tatsuhiko Miyag
cost effectiveness of this project is a testimony to
that claim!
Jay Lawrence
e at the database
backend where daily server problems are experienced.
Software costs aside I wouldn't build this appliation using
anything but mod_perl, Apache and MySQL!
Jay Lawrence
,
Yours,
Jay
hat's a lot
> faster" benchmark. One limitation to the stuff I've written is that
> the daemons (listeners) are non threaded, non forking. That and it's
> all based on UDP.
>
>
> Rob
--
Jay "yohimbe" Thorne [EMAIL PROTECTED]
Mgr Sys & Tech, Userfriendly.org
ther processes needing up-to-date
information will wait for this to finish and will then use the new value.
=head1 AUTHOR
Mike Lyons <[EMAIL PROTECTED]>
=head1 SEE ALSO
perl(1).
=cut
> - Perrin
--
Jay "yohimbe" Thorne [EMAIL PROTECTED]
Mgr Sys & Tech, Userfriendly.org
second on a relatively modest machine (P3 700, 256M IDE,
linux 2.2.x)
The filesystem based / time sensitive aging is a nice little thing we should
put up in CPAN. We've just not done so yet.
--
Jay "yohimbe" Thorne [EMAIL PROTECTED]
Mgr Sys & Tech, Userfriendly.org
; Bob
For what its worth, I'd recommend KeepAlive Off for almost any mod_perl
deployment. It basically is a waste of memory and a process slot. Especially
if you put graphics on a separate server.
--
Jay "yohimbe" Thorne [EMAIL PROTECTED]
Mgr Sys & Tech, Userfriendly.org
Howdy!
In my development I neglected to supply the Apache
request object when I called Apache::Request->new( $r ). Actually $r was
undef. It still works! I am just wondering if this is expected behaviour and if
it will be supported going forward or was this just a
fluke?Thanks,
J
er second,
because the bulk of the hits are on graphics, where a full mod_perl server
process is just a waste.
--
Jay Thorne Manager, Systems & Technology, UserFriendly Media, Inc.
http://www.userfriendly.org/
#x27;m in foo." If I remove the PerlTypeHandler
line from the httpd.conf I get only "I'm in bar." If I leave the TypeHandler but omit
the PerlHandler, and add $r->push_handlers(PerlHandler=>\&bar::handler); to foo.pm I
still only get "I'm in foo."
I'm using Perl 5.6 and mod_perl 1.25 with apache 1.3.19
Why does this not work as I expected?
Thanks.
Jay Buffington
My apologies for beating this dead horse...
I am just unable to get my point across at all today.
On Wed, 1 Aug 2001, Kyle Dawkins wrote:
> Tom et al.
>
> > This is, in my opinion, circular logic. Perhaps the reason that you
> > barely have enough time to go to the bathroom is that you're
> >
ay to do it, and there's usually more then
one right way to do it. Let's keep that in mind.
Jay
choice between
maintainability and better performance (to whatever degree). I don't see
any glue-sniffing symptoms from choosing embedded html in perl over
embedded perl in html.
Jay
On Wed, 1 Aug 2001, Perrin Harkins wrote:
> > "not to mention the HTML embedded all throughout
I'd second the original question, I've always embedded the SQL (what's the
"S" for?) in the code, isn't that the point of the wonderful DBD::*
packages? As far as modularizing database calls, there are a couple
reasons I've had problems with that. I found the methods being rewritten
to handle a
at is the severity of the error?
What is the error?
Is there away to get this information from the request object?
Thanks,
Jay
e::Magick. Apache::Upload should
not return the filehandle as blessed (I'm confused why it does this in the first
place) and Image::Magick should do a better job checking to see if it has been sent a
filehandle.
Can this please be fixed in the next release of libapreq?
Thanks,
Jay Buffi
I'm trying to use image magick to manipulate images that are uploaded via http. To
handle the uploaded images I'm using libapreq's Apache::Upload.
I wrote the below simple example script to help explain my problem.
When an image is uploaded to it I get this error in the apache error log:
Imag
o avoid this if possible.
Thanks,
Jay
5.x and 1.25 on a linux box, and I still
get the 4meg leak per HUP
--
--
Jay Thorne Manager, Systems & Technology, UserFriendly Media, Inc.
forge.net/lists/listinfo/perl-widget-announce
http://lists.sourceforge.net/lists/listinfo/perl-widget-users
I know we all look forward to the results of this development effort and
your valuable contributions.
Jay Lawrence
t;. (instead of "attachment").
IE5 seems to do the right thing with that, it pops up one box saying "what
would like to do with search.csv?". Doing a redir might be a better
option then to trust IE4 and NS+ to do it correctly... not to mention
trusting IE6 to do anything l
t tag from a text resource dictionary or use a string that is local
just to that widget
I am hesitant to advocate the use dictionaries because I do find them a bit
confusing and unwieldly to think about managing in the context of a big web
site. *
Jay
* I don't know about you guys - but
ot;);
This has an unexpected result, I get a pop-up asking me what I want to do
with the html document (save/exec), if I exec it, it asks me what I want
to do with the csv (save/exec). I've never run across
Content-Disposition, anyone have a listing of what it does and the
options?
How do other out there return other mime-types when text/html is
requested?
Jay
he class in general.
Accessor functions for properties are created dynamically via AUTOLOAD mechanism.
Based on metadata for class in question the AUTOLOADer will setup the accessor using
one of a few different behaviors.
In closing - although it seems like a drag in the beginning - it really makes sense to
develop applications and components to support multiple languages. It is a zillion
times more difficult to cobble in the fucntionality after the fact.
Jay
whatever.
A container could be another widget or something more high level like an application
handler or template processor.
If a widget is serving as a container it probably won't hold the answer to things like
theme or format - instead it would pass the request along to its container and so on.
Jay
J
t;XML")
Then you can easily write a Widget Controller that can be configured as to
what method to use and where to store it to/from.
Ideally these methods would always be inherited from the base widget class
which will dictate the runtime implementation of widget data.
Jay
- Original Message
ersistent object system then you can come
up with any number of tactics to define your widget objects as needed: XML,
inline code, Data::Dumper, etc.
A few of my thoughts,
Jay
ects
This is what I have been looking for/writing myself! I am really eager to
chip in on this project and get it going ASAP - but do acknowledge the need
for hearty discussion about what people really want not just my own views.
:))
Jay
ght not hurt to implement some kind of "time out" feature too. It's
you and a dagger against an army.
Jay
On Thu, 24 May 2001, stefan weiss wrote:
> From: <[EMAIL PROTECTED]>
>
> > A better way for session ids is to put them in front of the URI:
> >
it, if by
some bizarre and unlikely circumstance your have a directory that matches
someone's Session ID. In this case the session is:
http://host.domain.com/S=asdfasdf/path/requested.pl
Using mod rewrite also munges the $r->filename which helped things like
mason that looked for it (don't
idea to bring it to something useful and exciting for developers.
Was just starting to solicit opinions from developers myself.
Would be glad to chip in to a common effort here!
Jay
On Tue, 22 May 2001, Adi Fairbank wrote:
>
> Gunther,
>
> I have been interested in the concep
s?
Is there a spell we can invoke? Do I need a dead chicken?
--
Jay Thorne Manager, Systems & Technology, UserFriendly Media, Inc.
to
be using a fairly consistent access mechanism to your tied variables if you
decide you also want to have regular user sessions too (ie/
Apache::Session::File or other).
Jay
- Original Message -
From: "Andrew Ho" <[EMAIL PROTECTED]>
To: "mod_perl List" <[EMAIL PR
Not finding libclntsh.so.1.0 isn't my problem. Editing the Makefile.PL and
setting LD_RUN_PATH=(oracle_home)/lib took care of that. I don't have the
ORA_OCI.al file anywhere on my system
Thanks
Jay
- Original Message -
From: "Geoffrey Young" <[EMAIL PROTEC
ays in the doc.
- I don't have an ORA_OCI.al file anywhere on my system, so I can't point it
to it (or copy it to my @INC)
Any Help???
thanks
Jay
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
for someone (with a lot more
time then you) to figure out how to break it, you may want to hide a
hard-coded password, or just keep things black to stop folks from
wandering through because you wrote the application in 5 minutes between
phone calls and meetings and you're emberrassed you put out such awful
code, but it works, so run it.
Jay
ent when I have time to look at
them, but it'd be great to have a single location that I might have in my
memory when time is available.
Jay
od_perl person, I'd like to believe that they're
with my company, and not reviewing other job offers continually, if
the site could evolve to "available certified folks"... that would
be a much better solution. See point #1 above.
Jay Jacobs
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
elp to get some standards though (similiar
to a certification process) that the groups could follow. Perhaps areas
to cover, standard tests, etc. Things that would lead a person to getting
really certified when/if such a thing exists.
Jay Jacobs
---
r mason, embperl
axkit, etc. so folks can take a step in those directions too.
I just think back to the time when I started putting smarts-to-web and
these were the first steps I took, and I looked for that kind of hand
holding as I figured out how to make it work.
Jay Jacobs
--
quot;at" to schedule it to run
(usually I pass in "now"). However, the drawbacks are that it's a
complete seperate process and passing complicated structures isn't worth
the time to think about using at.
Jay
On Wed, 4 Oct 2000, Geoffrey Young wrote:
>
>
> > -
s
updated. I've tried switching the text field to a blob, (always storing
in the table).
Has anyone gotten this to work at all? There's been a motion to get mysql
running to do sessions, which strikes a bad chord with me...
Jay Jacobs
/plain\n\n"; *STDERR = *STDOUT }
None of these methods will print the diagnostic messages, and typically only
print the line number at which I died.
I'm not in a production environment, so I don't mind getting a bunch of ugly
errors to my browser.
Thanks again
Jay
Jay Strauss
[EMAIL
;.
But, if I call it from my browser, I just get back a "Internal Server Error"
page. Instead I want all the diagnostics messages.
Thanks
Jay
Jay Strauss
[EMAIL PROTECTED]
(h) 773.935.5326
(c) 312.617.0264
y
database (oracle) and display the results.
Can someone please give me an example of how to use dump()? Or if you have a
different suggestion.
Appended is my simple perl code and HTML error page
Thanks
Jay
Jay Strauss
[EMAIL PROTECTED]
(h) 773.935.5326
(c) 312.617.0264
#!/usr/
, joining,
etc. But I can't quote a source for that one.
>From my point of view, it never hurts to call finish()...
Jay Jacobs
lem. So perhaps a -DPERL_POLLUTE, or "perl Makefile.PL POLLUTE=1" in
there somewhere.
Just curious, why Apache 1.3.3 .. or even mod_perl 1.21, for that
matter? They're both free ya'know :-)
-Jay J
/etc .. this really
shouldn't interfere.
Just a hunch, are you using CGI::ReadParse?
When I first used Apache::Registry, ReadParse got me .. for all I know,
it works differently now.
-Jay J
/6/21/17.text.1
Horribly off-topicly yours,
Jay Jacobs
d retrieve specific information related to that user or session.
I'd agree that the session needs to be handled carefully, but I think the
careful part is not leaving stuff in the session that doesn't need to be
there, instead of not using it.
Jay
On Mon, 19 Jun 2000, Shane Nay wrote:
>
I think I caught it. For some reason (little help here), you need to
"stringify" the Math::Currency instance, and store it as a scalar. And
calling ->new on a thawed object isn't a work around...
Jay
On Mon, 19 Jun 2000, Jay Jacobs wrote:
> Hello,
> I'm tryi
and
call Math::Currency->new. But this seems a little silly. Anyone seen
this before?
Jay Jacobs
er of processes)
I've seen this on servers running really sloppy code as well as really
tight code (but a lot of it). Eventually the children do die off, but it
takes about 15 seconds...
Could this be related to the aforemented thread?
Jay Jacobs
f the same name as the request, and
it's completely removable
This also doesn't change the $r->uri value, but I find that kind of a
blessing.
Jay Jacobs
LachNet Inc.
On Thu, 1 Jun 2000, Michael Nachbaur wrote:
> Well, from what I'm reading, it looks like you don't want
specific areas of the sight
> (the Guide being one)...
I'd have to agree there.
> If there's a good reason to have the Guide's search engine separate to
> the rest of perl.apache.org, should it have a
> separate domain (modperlguide.org?, guide.perl.apache.org?)?
>
&g
ed in the guide), how does the
database (database dependant) handle a bunch of dangling statement
handlers? Will the database process size grow a ton? I'm not sure if I'm
hitting what I wanted to ask, but hopefully I'm close enough.
Jay Jacobs
LachNet Inc
i which will still contain the session
stuff in it.
Jay Jacobs
LachNet Inc.
On Thu, 11 May 2000, Gunther Birznieks wrote:
> At 01:21 PM 5/10/00 -0500, Jay Jacobs wrote:
> >I embedded notes into this with a short book at the end...
> >
> >On Wed, 10 May 2000, Gunther Birzniek
a previous discussion about storing sessions (or
session_id) in a cookie and how reliable (or unreliable) that is.
Jay Jacobs
LachNet Inc.
On Fri, 12 May 2000, Keith G. Murphy wrote:
> "Jeffrey W. Baker" wrote:
> >
> > On Thu, 11 May 2000, Marc Slemko wrote:
> >
&
may want
to look at their account info after that, but the about page is static and
should be cached if possible.
Again, I'm just trying to get a feel for the best way to deal with the
chaos of the browsers and their users. I don't see any way to gaurantee
that 100% of the people
On Wed, 10 May 2000, Roger Espel Llima wrote:
> Jay Jacobs <[EMAIL PROTECTED]> wrote:
> > So as I see it there are essentially 2 *mostly* reliable ways, cookies
> > and url-rewriting. Both have drawbacks and neither are 100%. There
> > really isn't a way to c
#x27;m sure I missed some points, but it's all I can think of at this
time.
Jay Jacobs
LachNet Inc.
ism as being
100% effective for session management...
Jay
project. But I figured
others had faced this same issue and had an ample solution...
Jay Jacobs
LachNet Inc.
e at the bottom.
>
> My bet is that some of these is not being properly initialized for each
pass
> through your script.
Hmm, off-hand, how about duplicate package names?
-Jay J
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROT
? At the
> moment this seems to result in a 404 being returned.
>
>
> Kees
This problem is also a candidate for mod_rewrite, especially if it's a
unique server name, otherwise maybe based on URI.
RSE's site seems to be down:
http://www.google.com/search?q=cache:www.engelschall
u just need to make sure that you used EVERYTHING=1 when
> you compiled modperl. That's what I had and nothing else.
>
> Andrei
Out of curiosity, would it be PERL_STACKED_HANDLERS=1 specifically?
-Jay J
> On Mon, Dec 13, 1999 at 06:41:45AM -0700, Evgenii Bazarov wrote:
> &
m as the handler for a particular location. I think if you
page back a chapter or two you'll see examples of how httpd.conf or
.htaccess files should be setup.
-Jay J
(omitting all mention [except this] of stacked handlers for this example)
//www.lazoo.org/elephants/ELEPHANT.GIF
Couple problems though, it might be tough to make an elephant look "cool"
(shades?), and the obvious jab: mod_perl = elephant = big footprint = proof:
ps aux | grep apache :-o
-Jay J
> [EMAIL PROTECTED] (Bill Des
baldegl3.gif
Speaking of drawings vs. photo ...
If needed, I can take a stab at converting any photos to line-art (ala Adobe
Streamline and friends).
I also do 3DSMax stuff (mostly hobby/addiction) if that's of any interest.
Sometimes it's easier to use Max to achieve certain effects on 2D
graphics (shadows, bevels/extrudes, rotations, text animation, etc).
-Jay J
wl the site with 0-wait time between requests
I haven't inspected the client-header to see if there might be something to
indicate it's in "crawl" mode .. I think it's doubtful there is. So.
-Jay J
y* have been mod_rewrite'd
(like the guide example but SSL)?
I'll just turn down the logging and tell my users to quit aborting
connections ;-)
-Jay J
(( First message ))
[Mon Oct 4 02:22:36 1999] [info] [client xxx.xxx.xxx.xxx] (32)Broken pipe:
client stopped connection before rwrite
96 matches
Mail list logo