Re: [SOLICITATION] Programmer available for contracting..

2001-01-11 Thread Matt Sergeant
On Wed, 10 Jan 2001, Ajit Deshpande wrote: On Wed, Jan 10, 2001 at 11:06:49PM +0100, Stas Bekman wrote: On Tue, 9 Jan 2001, Michael Bacarella wrote: Disclaimer: If these are unwanted, please let me know. I couldn't find a list policy and Everyone Else Is Doing It(TM). I think

Re: [SOLICITATION] Programmer available for contracting..

2001-01-11 Thread Matt Sergeant
On Thu, 11 Jan 2001, Matt Sergeant wrote: Take23 are working on their jobs code as you/we speak. We'll have forms for both seekers and offers, and the posts will then be moderated by the editors, and go live in the list which will display on the front page and with more details on a separate

Re: Apache::DBI problem and writting a perl module!!!

2001-01-11 Thread Stas Bekman
On Thu, 11 Jan 2001, R. K . Mallah wrote: Stas , I do not face the problem anymore and Apache::DBI is loading without any problem. But i remember of facing problem at one point of time. may be with some older version. Ok Could u please explain me what does Apache-module do and where is

Re: How to recognize server shutdown?

2001-01-11 Thread Stas Bekman
On Wed, 10 Jan 2001, Perrin Harkins wrote: On Thu, 11 Jan 2001, Stas Bekman wrote: the parent process doesn't run the END block. Randal's solution is probably better, But it's not a very nice solution if you want to release something on CPAN that relies on this hack. A support from

Re: How to recognize server shutdown?

2001-01-11 Thread G.W. Haywood
Hi all, On 10 Jan 2001, Randal L. Schwartz wrote: Here's an idea... in the startup code, create a pipe and fork. block the kid on a read. ni-night, kid. Nice, Randall! 73, Ged.

Re: How to recognize server shutdown?

2001-01-11 Thread Perrin Harkins
but it's a bummer that the parent doesn't run END blocks. Will it run cleanup handlers? Cleanup handlers are run by child processes. What it has to do with parent? Or do I miss something? I meant "is there a way to run a cleanup handler in the parent after it's work is done?", but I

Re: mod_perl + multiple Oracle schemas (was RE: Edmund Mergl)

2001-01-11 Thread Tim Bunce
On Wed, Jan 10, 2001 at 07:53:23PM -0500, Ed Park wrote: John-- Another thing you may want to look into is just doing an "alter session set current_schema" call at the top of your mod_perl page. This is actually significantly faster than Tim's reauthenticate solution (about 7X, according

Re: ANNOUNCE: mod_perl guide ver. 1.28

2001-01-11 Thread Matt Sergeant
On Thu, 11 Jan 2001, Stas Bekman wrote: Une nouvelle version du guide de mod_perl est en ligne et habituels aux endroits (My Paris farewell release :) Online: HTML: http://perl.apache.org/guide/ PDF : http://perl.apache.org/guide/mod_perl_guide.pdf.gz CPAN: file:

modperl causing exception as NT service

2001-01-11 Thread Rich Buckley
Title: modperl causing exception as NT service All, WinNT 4 SP5 Apache 3.1.14 ActiveState perl 623 modperl 1.24_02-dev Has anyone experienced the following exception when stopping Apache as a service. Apache.exe - application error The instruction at 0x2806cc79 referenced memory at

Please help me get out of the list

2001-01-11 Thread Assil
It is unbelievable ! Am not able to get out of this list. Unsubscribe emails say:"You are not on the list ..." Please help, please help !!! Assil

RE: modperl causing exception as NT service

2001-01-11 Thread Rich Buckley
Title: RE: modperl causing exception as NT service Has anyone experienced the following exception when stopping Apache as a service. Found a patch in the archives submitted last Oct by John K. Sterling that would appear to be appropriate. Does anyone have a win32 modperl compiled

Re: Please help me get out of the list

2001-01-11 Thread Peter Farmer
Assil, From [EMAIL PROTECTED] If despite following these instructions, you do not get the desired results, please contact my owner at [EMAIL PROTECTED] Please be patient, my owner is a lot slower than I am ;-) HTH Peter Peter Farmer Systems Engineer blueyonder ICQ - 55297879 -

Re: Apache::ASP compiling extensions

2001-01-11 Thread Aaron Johnson
Joshua Chamas wrote: Aaron Johnson wrote: If what you are saying is that current EmbPerl code would be able to run almost unchanged under ASP that would be very interesting, but presently my biggest issues with Apache::ASP are: - Doesn't "help" with any HTML. I think I know what

Re: [OT] Availability of Jobs -- was Re: [SOLICITATION] Programmer available for contracting..

2001-01-11 Thread J. J. Horner
* Michael Bacarella ([EMAIL PROTECTED]) [010111 10:32]: Is this an odd time of year for many contractors where the contract ends around the holiday season? Or is this starting to be a symptom of dotcoms going bust and the development market starting to level out? I'm actually happily

Re: [OT] Availability of Jobs -- was Re: [SOLICITATION] Programmer available for contracting..

2001-01-11 Thread Eric Strovink
Are you a programmer? Have you showered recently? You're married. "J. J. Horner" wrote: "How do you expect women to know you[']r[e] married if you don't wear the ring?", [my wife] asked.

Re: How to recognize server shutdown?

2001-01-11 Thread Doug MacEachern
On Thu, 11 Jan 2001, Perrin Harkins wrote: but it's a bummer that the parent doesn't run END blocks. Will it run cleanup handlers? Cleanup handlers are run by child processes. What it has to do with parent? Or do I miss something? cleanup handlers are run when a pool is cleared.

Re: How to recognize server shutdown?

2001-01-11 Thread Dave Rolsky
On Thu, 11 Jan 2001, Perrin Harkins wrote: I meant "is there a way to run a cleanup handler in the parent after it's work is done?", but I don't see one. Dave says the END block trick worked for him, so maybe it only fails under certain circumstances. Actually, I should have pointed out

Re: How to recognize server shutdown?

2001-01-11 Thread Doug MacEachern
On Wed, 10 Jan 2001, Stas Bekman wrote: All we need is to add a $Apache::Server::Quitting or alike, in addition to the existing $Apache::Server::Starting and $Apache::Server::ReStarting, should be an easy patch in XS. nooo, as i've mentioned before Starting,ReStarting variables were

Re: How to recognize server shutdown?

2001-01-11 Thread Ernest Lergon
Doug MacEachern wrote: I meant "is there a way to run a cleanup handler in the parent after it's work is done?", but I don't see one. Dave says the END block trick worked for him, so maybe it only fails under certain circumstances. of course, there is such a "trick" [EMAIL

Installation Problems

2001-01-11 Thread David Campion
Apologies if this has been covered before but i'm new to this. I am having problems compiling source files. Every time I try I get errors say that cputype does not match architecture type. I am running Mac OS X Server version 1.2. Please can someone shed some light on my dilema. Dave.

Specific limiting examples (was RE: Apache::SizeLimit for unshared RAM ???)

2001-01-11 Thread Rob Bloodgood
RB Alright, then to you and the mod_perl community in general, since RB I never saw a worthwhile resolution to the thread "the edge of RB chaos," The resolution is that the machine was powerful enough. If you're running your mission critical service at "the edge of chaos" then you're not

E-COMMERCE-SITE-DESIGN-HOWTO [was: Re: Specific limiting examples(was RE: Apache::SizeLimit for unshared RAM ???)]

2001-01-11 Thread Blue Lang
On Thu, 11 Jan 2001, Rob Bloodgood wrote: RB Alright, then to you and the mod_perl community in general, since RB I never saw a worthwhile resolution to the thread "the edge of RB chaos," (Warning, sweeping generalizations for the sake of illustration below.) Hi Rob. Here's how you

Re: Too many connections with DBI

2001-01-11 Thread Edmund Mergl
Scott Alexander wrote: Hi, Why do I see this in the log 13402 Apache::DBI need ping: yes 13402 Apache::DBI new connect to 'my_dbmy_usermy_passwdAutoCommit=1PrintError=1' when I have in the startup.pl file Apache::DBI-connect_on_init

Re: Edmund Mergl

2001-01-11 Thread Edmund Mergl
John D Groenveld wrote: Good to see you alive, well, and still coding Perl. Months ago, about the time of the Perl conference so it may have slipped under everyone's radar, Jeff Horn from U of Wisconsin sent you some patches to Apache::DBI to use Oracle 8's re-authenticate function

Confusion between script in mod_perl

2001-01-11 Thread Pierre Laplante
I am using Registry with mod_perl and virtual host. Some time my scripts get confuse. If I do a stack backtrace, For example: /usr/local/website/caisses/cgi-bin/caisses:1:SedNove::xml, /usr/local/website/sednove/cgi-bin/nf,1079,SedNove::xml::raise,10, 2:SedNove::oper,

RE: E-COMMERCE-SITE-DESIGN-HOWTO [was: Re: Specific limiting examples(was RE: Apache::SizeLimit for unshared RAM ???)]

2001-01-11 Thread Rob Bloodgood
You simply cannot come forward and say, "look, I've got this big-assed linux box, why is my site sucking?" We don't know, and it's neither our granted. never my intention. i described the box only to illustrate that i (should) have sufficient HW. The very, very best minds in production

Need Some Help

2001-01-11 Thread Perry Edward (tsp2emp)
I have just downloaded2 Modules from cpan.org. They appear to be compiling and installing fine but I am having problems. I was hoping someone could give me some direction to look in DBI mod_perl When I start Apache I receive an error "Rebuild with -DPERL_STACKED_HANDLERS to

Re: Specific limiting examples (was RE: Apache::SizeLimit for unsharedRAM ???)

2001-01-11 Thread Perrin Harkins
On Thu, 11 Jan 2001, Rob Bloodgood wrote: Second of all, with the literally thousands of pages of docs necessary to understand in order to be really mod_perl proficient Most of the documentation is really reference-oriented. All the important concepts in mod_perl performance tuning fit in a

Re: Need Some Help

2001-01-11 Thread Stas Bekman
On Thu, 11 Jan 2001, Perry Edward (tsp2emp) wrote: I have just downloaded 2 Modules from cpan.org. They appear to be compiling and installing fine but I am having problems. I was hoping someone could give me some direction to look in DBI mod_perl When I start Apache I receive an error

Re: Specific limiting examples (was RE: Apache::SizeLimit for unsharedRAM ???)

2001-01-11 Thread Jimi Thompson
I think that the problem here is that we've asked for more info and he hasn't supplied it. He's given us generics and as a result has gotten generic answers. 1) What are the average hits per second that you are projecting this box to handle? 2) What is the peak hits per second that you are

RE: modperl causing exception as NT service

2001-01-11 Thread Randy Kobes
On Thu, 11 Jan 2001, Rich Buckley wrote: Has anyone experienced the following exception when stopping Apache as a service. Found a patch in the archives submitted last Oct by John K. Sterling that would appear to be appropriate. Does anyone have a win32 modperl compiled that has

Re: Specific limiting examples (was RE: Apache::SizeLimit for unsharedRAM ???)

2001-01-11 Thread Perrin Harkins
On Thu, 11 Jan 2001 [EMAIL PROTECTED] wrote: I think you're making this much harder than it needs to be. It's this simple: MaxClients 30 PerlFixupHandler Apache::SizeLimit Perl use Apache::SizeLimit; # sizes are in KB $Apache::SizeLimit::MAX_PROCESS_SIZE = 3;

Re: How to recognize server shutdown?

2001-01-11 Thread Perrin Harkins
On Thu, 11 Jan 2001, Doug MacEachern wrote: of course, there is such a "trick" [EMAIL PROTECTED]">http://forum.swarthmore.edu/epigone/modperl/thandflunjimp/[EMAIL PROTECTED] Documentation patch attached. - Perrin 1039a1040,1046 Cleanup functions registered in the parent process (before

Apache::AuthCookie transfer of ownership

2001-01-11 Thread Ken Williams
Hi all, For a long while, it's become clearer and clearer to me that I need to hand off ownership of the Apache::AuthCookie module to someone else. I haven't been able to keep up with the many development requests, even when they've been perfectly reasonable and probably fairly simple to

Re: PerlChildInitHandler not being called

2001-01-11 Thread Doug MacEachern
On Tue, 2 Jan 2001, Paul J. Lucas wrote: I looked in the archives for this problem and, while mentioned, not definitive solution was apparantly found. I did notice the handler get called once, but only once: total server shutowns and restarts don't make it get

RE: security suggestion

2001-01-11 Thread Doug MacEachern
On Fri, 17 Nov 2000, mgraham wrote: Maybe another approach would be to explicitly list the handlers that are allowed to be used in any given context. Kind of like 'Options', but for perl handlers. Something like 'PerlOptions', perhaps? Location /users PerlOptions

Re: Apache::Registry + errors in a browser

2001-01-11 Thread dougm
On Sun, 19 Nov 2000, Jacek Ostrowski wrote: hi, I have a litle suggestion to Apache::Registry - I tried to change it to allow script writers to see compile errors in a browser. I'am using mod_perl at my work ( its great - you know ) but there are few other people working on the

Re: An idea on END_REQUEST handler

2001-01-11 Thread Doug MacEachern
On Wed, 22 Nov 2000, Andrei A. Voropaev wrote: Hi! Everyone knows that END handlers in packages under mod_perl are executed only when apache terminates. But from time to time there might be a need to execute something when the Request is finished. In practice what I do in these cases is

Re: perl's memory leak

2001-01-11 Thread Doug MacEachern
On Fri, 8 Dec 2000, Perrin Harkins wrote: Unfortunately, GTop is kind of a pain to compile. It seems to depend on some Gnome stuff. We use Apache::SizeLimit for this reason, and it works well. there's a configure --disable-gnome switch for libgtop. can still be a pain though.

Re: vars vs fqdn vs our benchmark

2001-01-11 Thread Doug MacEachern
On Tue, 26 Dec 2000, Ken Williams wrote: [EMAIL PROTECTED] (Stas Bekman) wrote: A combination of Cstrict and Cvars pragmas keeps modules clean and reduces a bit of noise. However, the Cvars pragma also creates aliases, as does CExporter, which eat up more memory. When possible, try to use

Re: getting rid of nested sub lexical problem

2001-01-11 Thread Doug MacEachern
On Sat, 30 Dec 2000, Chris Nokleberg wrote: oooh, cool. I've added this to Apache::DB.xs: int stop_debugger() nice, i'll add that for the next version. It appears that setting PL_perldb to zero is all that's required to turn off the debugger! I thought I might have to fiddle with the

Re: vars vs fqdn vs our benchmark

2001-01-11 Thread Ken Williams
[EMAIL PROTECTED] (Doug MacEachern) wrote: On Tue, 26 Dec 2000, Ken Williams wrote: [EMAIL PROTECTED] (Stas Bekman) wrote: A combination of Cstrict and Cvars pragmas keeps modules clean and reduces a bit of noise. However, the Cvars pragma also creates aliases, as does CExporter, which eat

Re: mod_perl large scalar cache

2001-01-11 Thread Doug MacEachern
On Wed, 3 Jan 2001, George Sanderson wrote: I have a mod_perl hash scalar that can store up to 4 MB of string data. I was wondering what happens to the memory usage after a "delete $myhash{large}"? depends on your os and perl -V:usemymalloc e.g. linux will "give it back to the os", but i

mixing perl and c module on handler stack

2001-01-11 Thread Danny Rathjens
In looking at the mod_perl_2.0 features I noticed this: The AddFilter directive takes any number of filters, for example, this configuration will first send the output to mod_include, which will in turn pass its output down to Apache::ReverseFilter: AddFilter INCLUDE Apache::ReverseFilter Is

Re: PerlRun bug

2001-01-11 Thread Doug MacEachern
On Thu, 4 Jan 2001, Alexander Solovey wrote: Hi all, There is a bug in PerlRun.pm that causes internal server error if PerlRun handler is called for inexistent file. I think that problem was introduced by this change =item 1.24_01 - October 10, 2000 . change

Re: PerlRun problem: can't find method uri

2001-01-11 Thread Doug MacEachern
On Thu, 4 Jan 2001, Jie Gao wrote: Another problem with PerlRun is that it seems to interfere with mod_perl handlers. I have an authentication/authorisation handler, which reads in from a file for someinformation. After a script under PerlRun is run, the handler fails to read anything

Re: mixing perl and c module on handler stack

2001-01-11 Thread Ken Williams
[EMAIL PROTECTED] (Danny Rathjens) wrote: In looking at the mod_perl_2.0 features I noticed this: The AddFilter directive takes any number of filters, for example, this configuration will first send the output to mod_include, which will in turn pass its output down to Apache::ReverseFilter:

Re: Strange log entry, Apache child messed up afterwards

2001-01-11 Thread Doug MacEachern
On Fri, 5 Jan 2001, Gerd Kortemeyer wrote: Hi, Did anybody ever see a message like this in the error log after an "internal server error"? [error] Undefined subroutine Apache::lonhomework::handler called at /dev/null line 65535. No further entries. lonhomework is the mod_perl

File upload of binary format not working

2001-01-11 Thread Aaron Johnson
I have tested other formats and they all work fine. For some reason I can't upload binary files anymore. There has been no change to the code for the pages that do the upload. The upload just hangs and never finishes. Apache 1.3.14 mod_perl 1.24_01 Apache::ASP 2.07 RH 6.1 Has anyone else had

Re: mod_perl segfault

2001-01-11 Thread Doug MacEachern
On Sun, 10 Dec 2000, Alex Vandiver wrote: Heya -- Please 'scuse in advance the long post -- it had to be to fit in all of the information asked for (better too much than too little, I hope). Anyways, I've run into an intermittent segfault problem with mod_perl (Version 1.24). It causes

Re: File upload of binary format not working

2001-01-11 Thread Aaron Johnson
I guess putting my name on this would have been nice :^) There is nothing in the log file indicating any errors on the upload process and the browser just hangs. Both NN and IE. Aaron Johnson Aaron Johnson wrote: I have tested other formats and they all work fine. For some reason I can't