Re: Sticky pnotes with Apache::Registry

2003-01-05 Thread David Kaufman
"John Heitmann" <[EMAIL PROTECTED]> wrote ... > Hello, > > I am seeing an issue where it appears that the contents of pnotes does > not get destroyed when code is run inside of Apache::Registry. I first > noticed this when I saw that connections to our db remained open after > a request was finishe

Re: File Upload Questions

2002-11-14 Thread David Kaufman
Dennis Daupert <[EMAIL PROTECTED]> wrote: > I have gotten file upload working using Apache::Request for > text files. But binary files seem to have other ideas :-) > > For example, uploading a word doc, I get a success message, > but when I retrieve the doc after uploading it, and try to open it i

Re: okay, I give, I'm stumped

2002-07-28 Thread David Kaufman
"Greg Rumple" <[EMAIL PROTECTED]> wrote: > The test.pl script works fine by it's self. Turning on full PERL > debugging/tracing yields that the actual script has fully finished, and > that it's in the tear down of the actualy perl stuff that this failure > is coming from. Not from the script p

Re: ANNOUNCE: the new perl.apache.org is alive now!

2002-07-12 Thread David Kaufman
"Matt Sergeant" <[EMAIL PROTECTED]> wrote: > On Fri, 12 Jul 2002, David Kaufman wrote: > > > i still notice, however that the *content* of the "Sites Running mod_perl" > > page doesn't seem to have been updated. about 6 months ago, i sent notices

Re: ANNOUNCE: the new perl.apache.org is alive now!

2002-07-12 Thread David Kaufman
"Stas Bekman" <[EMAIL PROTECTED]> wrote: > As you may know, the work on the new mod_perl site started in > September 2001, and after almost a year we are glad to present to you > the outcome of this work at the expected location: > >http://perl.apache.org/ fist, let me say: Great Job! the n

What's in a name? (was: Re: [ANNOUNCE] The New "mod_perl" logo - results now in...)

2002-03-15 Thread David Kaufman
"Georgy Vladimirov" <[EMAIL PROTECTED]> wrote: > I actually like the logo without the underscore. I don't think an > underscore is very collaborative with art. The "_" has always been > irritating me a little. > > I know that there is history and nostalgia involved here but dropping > an undersco

Re: Perl and Microsoft Excel?

2001-11-29 Thread David Kaufman
"Tom Servo" <[EMAIL PROTECTED]> wrote: > On Thu, 29 Nov 2001, Ian wrote: > > The campus phone system has a 911 database that is in Microsoft Excel > > format, and they want to be able to take that information, and show > > it on a webpage, either via a search form, or in one big table. The > > pr

Re: [OT] P2EE Redux was: Excellent article on Apache/mod_perl at eToys

2001-10-23 Thread David Kaufman
"Robert Landrum" <[EMAIL PROTECTED]> wrote: > ... A name is pretty important > and if it's acronym isn't easily recognized, it isn't going to gain > the support of developers. J2EE is catchy, so we need something > catchy. PEF isn't nearly as catchy as P2EE or P5EE or PEA (Perl > Enterprise API)

Re: [OT] ideas on design of a diff monitor

2001-05-13 Thread David Kaufman
"Nick Tonkin" <[EMAIL PROTECTED]> wrote: > I'm working on a tool that should compare two versions of a file (usually, > a web page) and report the _number_ of changes from one to the other... well, the "number of changes" is a human concept; the "number of differences" is only thing a program c

Re: (beginner) Win32 installation / "Writing Apache Modules in Perl & C"

2001-02-19 Thread David Kaufman
"Randy Kobes" <[EMAIL PROTECTED]> wrote: > http://perl.apache.org/distributions.html contains links to how to > install mod_perl via ActivePerl's ppm (Perl Package Manager), as > well as some other Apache::* modules. For starting out on Win32 this route > is probably the easiest, as everything yo