RE: Process exiting prematurely

2003-09-03 Thread Flowers, Jay
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.

RE: Process exiting prematurely

2003-09-03 Thread Flowers, Jay
> Possibly change the MaxRequestsPerChild to 100 and see if it still restarts? > Roger   no joy.   Thanks   Jay Flowers Systems Engineer Integic Corp.

RE: Process exiting prematurely

2003-09-03 Thread Flowers, Jay
> 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

Process exiting prematurely

2003-09-03 Thread Flowers, Jay
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

Re: Installing Apache::AuthCookie

2003-06-11 Thread Jay Strauss
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

Installing Apache::AuthCookie

2003-06-10 Thread Jay Strauss
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

Re: Does perl have Failover with Open Source Web Platforms?

2003-03-13 Thread Jay Thorne
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

mod_perl and apache 2.x

2002-09-10 Thread Jay Thorne
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

Re: SSI and mod_perl

2002-08-27 Thread Jay Thorne
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

Re: SSI and mod_perl

2002-08-27 Thread Jay Thorne
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 &

SSI and mod_perl

2002-08-27 Thread Jay Thorne
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

Re: modperl and SQL db select

2002-03-21 Thread Jay Thorne
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

Re: modperl and SQL db select

2002-03-21 Thread Jay Thorne
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

Re: [ANNOUNCE] The New "mod_perl" logo - results now in...

2002-03-16 Thread Jay Lawrence
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

FYI Small hints for modules using directives

2002-03-16 Thread Jay Lawrence
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

Re: Storable segfaulting

2002-02-18 Thread Jay Thorne
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

Re: mod_perl, mod_gzip, incredible suckage

2002-02-14 Thread Jay Thorne
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

Re: Cookie as session store

2002-02-14 Thread Jay Lawrence
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:

Re: Indentifying dir_config's

2002-02-02 Thread Jay Lawrence
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

Indentifying dir_config's

2002-02-01 Thread jay
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

Re: mod_perl Developer's Cookbook

2002-01-31 Thread Jay Lawrence
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

RE: New mod_perl Logo

2002-01-30 Thread Jay Lawrence
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

Re: Apache::Session getting DESTROYed in wrong order

2002-01-18 Thread Jay Lawrence
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

Re: PREANNOUNCE Tied Request and Cookies Module

2002-01-12 Thread Jay Lawrence
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: >

Re: Exception::Handler

2002-01-11 Thread Jay Lawrence
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

Re: take23 and what we're doing - EDDS

2002-01-08 Thread jay
cost effectiveness of this project is a testimony to that claim! Jay Lawrence

Re: take23 and what we're doing - TERMIUMplus

2002-01-08 Thread jay
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

PREANNOUNCE Tied Request and Cookies Module

2002-01-07 Thread Jay Lawrence
, Yours, Jay

Re: Comparison of different caching schemes

2001-12-14 Thread Jay Thorne
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

Re: Comparison of different caching schemes

2001-12-14 Thread Jay Thorne
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

Re: Comparison of different caching schemes

2001-12-14 Thread Jay Thorne
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

Re: Re(2): Apache::SizeLimit Exit is Delayed

2001-12-11 Thread Jay Thorne
; 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

Q - Apache::Request->new(undef) works?

2001-12-11 Thread Jay Lawrence
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

Re: Do virtual hosts need their own servers?

2001-08-16 Thread Jay Thorne
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/

Using PerlTypeHandler and PerlHandler for the same

2001-08-08 Thread Jay Buffington
#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

Re: [VERY OT] Inspired by closing comments from the UBB thread.

2001-08-01 Thread Jay Jacobs
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 > >

Re: [VERY OT] Inspired by closing comments from the UBB thread.

2001-08-01 Thread Jay Jacobs
ay to do it, and there's usually more then one right way to do it. Let's keep that in mind. Jay

Re: [OT] Inspired by closing comments from the UBB thread.

2001-08-01 Thread Jay Jacobs
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

Re: [OT] Inspired by closing comments from the UBB thread.

2001-08-01 Thread Jay Jacobs
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

Using PerlLogHandler to write errors to database

2001-07-16 Thread Jay Buffington
at is the severity of the error? What is the error? Is there away to get this information from the request object? Thanks, Jay

Re: Apache::Upload filehandle

2001-07-13 Thread Jay Buffington
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

Apache::Upload filehandle

2001-07-11 Thread Jay Buffington
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

returning one instance of an object per request

2001-07-06 Thread Jay Buffington
o avoid this if possible. Thanks, Jay

RE: Solaris mod_perl DSO...

2001-06-22 Thread Jay Thorne
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.

Re: Real Widgets and Template Languages - MOVING THE DISCUSSION

2001-05-31 Thread Jay Lawrence
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

Re: Content-Disposition to change type and action?

2001-05-29 Thread Jay Jacobs
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

Re: Real Widgets and Template Languages

2001-05-29 Thread Jay Lawrence
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

Content-Disposition to change type and action?

2001-05-29 Thread Jay Jacobs
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

Re: Real Widgets and Template Languages

2001-05-29 Thread 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

Re: Real Widgets and Template Languages

2001-05-29 Thread 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

Re: Real Widgets and Template Languages

2001-05-29 Thread Jay Lawrence
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

Re: Real Widgets and Template Languages

2001-05-28 Thread Jay Lawrence
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

Re: Real Widgets and Template Languages

2001-05-24 Thread Jay Lawrence
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

Re: Appending Sessionid to all the urls

2001-05-24 Thread Jay Jacobs
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: > >

Re: Appending Sessionid to all the urls

2001-05-22 Thread Jay Jacobs
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

Re: Real Widgets and Template Languages

2001-05-22 Thread jay
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

Mod_perl and Post Read Request

2001-04-11 Thread Jay Thorne
s? Is there a spell we can invoke? Do I need a dead chicken? -- Jay Thorne Manager, Systems & Technology, UserFriendly Media, Inc.

Re: Shared memory between child processes

2001-03-31 Thread Jay Lawrence
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

Re: DBD-oracle works but not from Mod-perl

2001-03-06 Thread Jay Strauss
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

DBD-oracle works but not from Mod-perl

2001-03-06 Thread Jay Strauss
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

Re: [OT] Perl Script Source Code...

2001-01-09 Thread Jay Jacobs
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

Re: Mod_perl tutorials

2000-12-13 Thread Jay Jacobs
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

Re: [me too] certification [Was: mod_perl advocacy project resurrection]

2000-12-08 Thread Jay Jacobs
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]

Re: Certification

2000-12-07 Thread Jay Jacobs
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 ---

RE: mod_perl advocacy project resurrection

2000-12-05 Thread 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 --

RE: Forking in mod_perl?

2000-10-04 Thread 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: > > > > -

Apache::Session and Informix

2000-08-25 Thread Jay Jacobs
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

Re: Producing an error page

2000-08-21 Thread Jay Strauss
/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

Producing an error page

2000-08-21 Thread Jay Strauss
;. 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

Newbie question on Apache::Debug::dump

2000-08-19 Thread Jay Strauss
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/

RE: Question about $sth->finish;

2000-08-15 Thread Jay Jacobs
, 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

Re: mod_perl and perl 5.6.0

2000-06-30 Thread Jay J
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

Re: Virtual Hosts and POST

2000-06-30 Thread 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

[OT] Cookies and the White House.

2000-06-21 Thread Jay Jacobs
/6/21/17.text.1 Horribly off-topicly yours, Jay Jacobs

Re: Apache::Session & Math::Currency thawing issue.

2000-06-19 Thread 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: >

Re: Apache::Session & Math::Currency thawing issue.

2000-06-19 Thread Jay Jacobs
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

Apache::Session & Math::Currency thawing issue.

2000-06-19 Thread Jay Jacobs
and call Math::Currency->new. But this seems a little silly. Anyone seen this before? Jay Jacobs

Apache children hanging (not exiting)

2000-06-01 Thread 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

RE: Apache::Session

2000-06-01 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

Re: Guide search engine (was Re: multiple copies of a module)

2000-05-17 Thread Jay J
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

database efficiency

2000-05-15 Thread Jay Jacobs
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

Re: [Summation] 100% sessions?

2000-05-12 Thread Jay Jacobs
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

Re: talking about cookies (was: session something...)

2000-05-12 Thread Jay Jacobs
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: > > &

Re: [Summation] 100% sessions?

2000-05-10 Thread Jay Jacobs
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

Re: [Summation] 100% sessions?

2000-05-10 Thread Jay Jacobs
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

Re: [Summation] 100% sessions?

2000-05-10 Thread Jay Jacobs
#x27;m sure I missed some points, but it's all I can think of at this time. Jay Jacobs LachNet Inc.

Re: 100% sessions?

2000-05-09 Thread Jay Jacobs
ism as being 100% effective for session management... Jay

100% sessions?

2000-05-09 Thread Jay Jacobs
project. But I figured others had faced this same issue and had an ample solution... Jay Jacobs LachNet Inc.

Re: mod_perl mixing up scripts?

2000-01-13 Thread Jay J
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

Re: preventing speaking HTTP to HTTPS port

1999-12-22 Thread Jay J
? 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

Re: again - more then one PerlTransHandler

1999-12-15 Thread Jay J
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: > &

Re: Newbie: Running script using Apache API

1999-12-10 Thread Jay J
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)

Re: Logo / Brand

1999-12-04 Thread Jay J
//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

Re: Logo / brand

1999-12-04 Thread Jay J
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

Re: "DigExt" in user-agent hammering my site

1999-10-28 Thread 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

rwrite returned -1 (again) mod_perl 1.21

1999-10-04 Thread 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