Re: Exception::Handler

2002-01-12 Thread Matt Sergeant
> > code for FooExceptions; > > > } catch BarException with { > > > code for BarExceptions; > > > } otherwise { > > > }; > > > > And the fun potential for memory leaks with nested closures. > > Matt has an idea for doi

Re: RFC: Exception::Handler

2002-01-11 Thread Matt Sergeant
On Fri, 11 Jan 2002, Tatsuhiko Miyagawa wrote: > use Exception::Handler > MyException => \&my_handler, > AnotherException => \&another_handler, > __DEFAULT__ => \&default_handler; > > eval { MyException->throw }; # my_handler() > eval { Ano

Re: formmail spammers

2002-01-11 Thread Matt Sergeant
On Fri, 11 Jan 2002, Perrin Harkins wrote: > > I assume I'm not the only one seeing a rash of formmail spam lately. > > Is THAT what it is? I have a Yahoo mail account which someone has been > sending literally thousands of messages per day to, CC'ing lots of > people on every one, and they all

Re: ANNOUNCE: Bricolage 1.2.0

2002-01-11 Thread Matt Sergeant
On 11 Jan 2002, David Wheeler wrote: > On Fri, 2002-01-11 at 01:29, [EMAIL PROTECTED] wrote: > > > Do you provide a demo of Bricolage. Can I expect something similar to > > the Midgard Project on PHP? > > Unfortunately there is no demo of Bricolage at this time. But you can > start reading up on

Re: Apache and Perl togheter

2002-01-09 Thread Matt Sergeant
On Wed, 9 Jan 2002, Alan Civita wrote: > More information about this error may be available in the > server error log Try reading the text :-) -- <:->Get a smart net

RE: Error log executing scripts?

2002-01-04 Thread Matt Sergeant
lesystem. A cache cleanup daemon runs to clean out TTL'd files. Warning: don't try and implement this in a commercial application - it's patented by vignette. Matt. This email has been scanned for all viruses by Star Internet. The service is powered by MessageLabs. For

Re: WYSIWYG Template Editor

2002-01-01 Thread Matt Sergeant
On Tue, 1 Jan 2002, Les Mikesell wrote: > >From: "Matt Sergeant" <[EMAIL PROTECTED]> > > > > Does anybody know a template engine, whose templates can be edited with a > > > "WYSIWYG" editor (favourably dreamweaver) as they will look when fi

Re: WYSIWYG Template Editor

2002-01-01 Thread Matt Sergeant
On Tue, 1 Jan 2002, Joachim Zobel wrote: > > Happy New Year. > > Does anybody know a template engine, whose templates can be edited with a > "WYSIWYG" editor (favourably dreamweaver) as they will look when filled > with example data? If you use XSLT, there's a number of options available to you.

ANNOUNCE: AxKit 1.5

2001-12-31 Thread Matt Sergeant
AxKit 1.5 is now available for download from both AxKit.org, and soon CPAN mirrors worldwide. This is a major upgrade, so please use caution when upgrading live servers, as major internal parts of AxKit have changed with this release. Most significantly, a large amount of code has been migrated

Re: Fast template system

2001-12-30 Thread Matt Sergeant
On Sun, 30 Dec 2001, Ryan Thompson wrote: > Dave Hodgkinson wrote to Ryan Thompson: > > > Ryan Thompson <[EMAIL PROTECTED]> writes: > > > > > Any thoughts? > > > > You really have to ask?!!! > > Yes!! :-) > > I've tried or at least taken a critical look at most of the template > systems out there

RE: Tips & tricks needed :)

2001-12-20 Thread Matt Sergeant
> -Original Message- > From: Tatsuhiko Miyagawa [mailto:[EMAIL PROTECTED]] > > On Wed, 19 Dec 2001 16:01:22 - > Matt Sergeant <[EMAIL PROTECTED]> wrote: > > > Actually I was wondering about writing an Apache::Singleton > class, that > >

RE: Tips & tricks needed :)

2001-12-19 Thread Matt Sergeant
by using pnotes). Would anyone be interested in that? > > This sounds a bit like Object::Registrar. No, it's nothing like Object::Registrar. It's like Class::Singleton. Matt. _ This message has been checked for all kno

RE: Tips & tricks needed :)

2001-12-19 Thread Matt Sergeant
ard > perl global. Then mod_perl *WILL* do it for you. Actually I was wondering about writing an Apache::Singleton class, that works the same as Class::Singleton, but clears the singleton out on each request (by using pnotes). Would

Re: mod_perl site challenge: proposal to use ASF site design

2001-12-17 Thread Matt Sergeant
On Mon, 17 Dec 2001, Thomas Klausner wrote: > > I propose that we simply use a site design that is the uniform > > "psudo-standard" for the Apache Software Foundation. A number of ASF > > projects are using this site design: > > http://www.apache.org/ > > http://httpd.apache.org/ > > http://jakar

Re: mod_perl vs. C for high performance Apache modules

2001-12-15 Thread Matt Sergeant
On Fri, 14 Dec 2001, Jeff Yoak wrote: > All, > > I wasn't sure what volume of response to expect when I originally > wrote. Thank you all for the comments that you all are making. They are > helping. Given that the response is fairly high, I'm waiting for stuff to > roll in rather tha

RE: Can't call Apache::Request->new()

2001-12-14 Thread Matt Sergeant
I think I know what's happening here. Your script is running as a CGI, not as mod_perl. Check: print "not " unless $ENV{MOD_PERL}; print "running under mod_perl\n"; Matt. -- <:->Get a smart net > -Original Message- > From: Paul Makepeace

RE: Any good WebMail programs?

2001-12-13 Thread Matt Sergeant
I've used SqWebMail with good success, it certainly seems to have all the features you wish for. Though I'd like to try Wing too to compare it. Matt. -- <:->Get a smart net > -Original Message- > From: Medi Montaseri [mailto:[EMAIL PROTECTED]] > Sent: 13

RE: HTML forms and piplining templating systems

2001-12-10 Thread Matt Sergeant
owards Cocoon2. But you get what you pay for, so while AxKit might not be as well designed and thought out as Cocoon2, it's a hell of a lot easier to get started with, and continue working with, and it still seems to be faster and more

RE: HTML forms and piplining templating systems

2001-12-10 Thread Matt Sergeant
representation of a form, not specifically a HTML form. We then transform that to the desired output format. But then if you're happy with EmbPerl, why switch? Matt. -- <:->Get a smart net > -Original Message- > From: Richard L. Goerwitz III [mailto:[EMAIL PROTECTED]] > Sent: 10

Re: [RFC] Apache::CacheContent - Caching PerlFixupHandler

2001-12-06 Thread Matt Sergeant
On Thu, 6 Dec 2001, Paul Lindner wrote: > On Thu, Dec 06, 2001 at 10:04:26AM -0800, Bill Moseley wrote: > > At 08:19 AM 12/06/01 -0800, Paul Lindner wrote: > > > > Ok, hit me over the head. Why wouldn't you want to use a caching proxy? > > Apache::CacheContent gives you more control over the cac

Re: ASP.NET Linux equivalent?

2001-12-04 Thread Matt Sergeant
stem to "do the right thing" for the different browsers - you have to write separate stylesheets yourself, but the "use different stylesheets for different clients" bit is built into AxKit, so it's not a complete disaster. :-) Matt. - Original Message - From: "

Re: Hi

2001-12-04 Thread Matt Sergeant
Don't open that. http://www.messagelabs.com/viruseye/report.asp?id=87 Matt. - Original Message - From: "Christopher Rivera" <[EMAIL PROTECTED]> To: "mod_perl" <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 9:17 PM Subject: Hi > How are

Re: [OT] log analyzing programs

2001-12-02 Thread Matt Sergeant
On Sat, 1 Dec 2001, Bill Moseley wrote: > Any suggestions for favorite ones? wusage seems to require a lot of > resources -- maybe that's not unusual? It runs once a week. Here's a > about six days worth of requests. Doesn't see like that many. > > %wc -l access_log > 1185619 access_log > >

Re: Repost: usage of die inside a mod_perl Apache handler shows notthe expected behavior

2001-11-26 Thread Matt Sergeant
On Mon, 26 Nov 2001, Silvio Wanka wrote: > Hi, > > I repost this, because I got no respond: > > I use the following configuration: > > >PerlHandlerApache::MyPkg >SetHandler perl-script > > > and the handler is defined in this way: > > package Apache::MyPkg > > require 5.

[OT] Re: Seeking Legal help

2001-11-21 Thread Matt Sergeant
On Wed, 21 Nov 2001, Medi Montaseri wrote: > > HiI know this is not the lawyers hang-out, but it is seasoned > contractor's hangout and as such I need some legal advice...May I? > > I did some work (about $25000 worth) for a customer and I'm having > problem collecting. > > One big problem is

Locating infinite loops

2001-11-20 Thread Matt Sergeant
I have an error on my server that I think is caused by an infinite loop in perl code [*]. Does anyone have a reliable way to detect where this is happening on a server with lots of code? Matt. -- <:->Get a smart net [*] In case anyone was wondering, this is probably why you can&#x

Re: [Maybe OT] Modular design - calling pages like a subroutine witha twist.

2001-11-15 Thread Matt Sergeant
On Thu, 15 Nov 2001, Scott Chapman wrote: > 1) is this possible? I expect that someone would have already > implemented this if it were possible because it is so much like > regular modular programming with abstraction layers. Sure it's possible. Have a look at SmartWorker, it may be close to w

RE: [challenge] new mod_perl site

2001-11-15 Thread Matt Sergeant
> -Original Message- > From: Robin Berjon [mailto:[EMAIL PROTECTED]] > > there have been several prior fits of "new website creation" > threads on this > list. And it always seems to bring out the worst out of this > list (remember > the first time, when someone said Stas was a nazi f

Ken Coar, virus

2001-11-15 Thread Matt Sergeant
Please do not open the last email sent by Ken Coar. It contains the Nimda virus. He has been notified. Matt. -- <:->Get a smart net _ This message has been checked for all known viruses by Star Internet delivered throu

RE: how to install the XML::LibXSLT along with libxslt?

2001-11-14 Thread Matt Sergeant
You also need libxml2-devel, same for libxslt. This is covered in the INSTALL file. PS: PLEASE! Stop posting in HTML format. It makes it incredibly difficult at this end. Matt. -- <:->Get a smart net -Original Message- From: SubbaReddy M [mailto:[EMAIL PROTECTED]] Sent: 15 No

RE: PPerl

2001-11-14 Thread Matt Sergeant
help. You still need something to call into your daemon. If that's perl code you're going to have similar (though not necessarily identical) slow startup problems. (note that I think POE is great, but it's the wrong solution here) Matt.

[OT] New persistent perl engine

2001-11-13 Thread Matt Sergeant
wants to try and make it work). Anyway, let me know if this interests anyone. It's called PPerl, and it's on CPAN. Matt. -- <:->Get a smart net _ This message has been checked for all known viruses by Star In

[OT] AxKit: We're Back!

2001-11-12 Thread Matt Sergeant
-- Forwarded message -- Date: Mon, 12 Nov 2001 07:12:00 + (GMT) From: Matt Sergeant <[EMAIL PROTECTED]> To: AxKit Users Mailing List <[EMAIL PROTECTED]> Subject: [OT] AxKit: We're Back! Well, after around 12 or 13 weeks outage, axkit.org, axkit.com, and (l

[OT] AxKit: Back online

2001-11-12 Thread Matt Sergeant
This post doesn't seem to have hit the list: -- Forwarded message -- Date: Mon, 12 Nov 2001 07:12:00 + (GMT) From: Matt Sergeant <[EMAIL PROTECTED]> To: AxKit Users Mailing List <[EMAIL PROTECTED]> Subject: [OT] AxKit: We're Back! Well, after around

RE: xml parsing under mod_perl segfaults

2001-11-12 Thread Matt Sergeant
. Email me if you want a copy that'll allow you to work with XML::SAX::PurePerl. Matt. _ This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Scanning Service.

Can't pipe to external programs

2001-11-07 Thread matt
fter without reading it - is there an archive somewhere? Thanks, Matt -- #!/usr/bin/perl $A='A';while(print+($A.=(grep{($A=~/(...).{78}$/)[0]eq$_}" A A A " =~m{(...)}g)?"A":" ")=~/([ A])$/){if(!(++$l%80)){print"\n";sleep 1}}

RE: AxKit Shutdown

2001-11-06 Thread Matt Sergeant
> -Original Message- > From: Patrick [mailto:[EMAIL PROTECTED]] > > On Fri, Nov 02, 2001 at 09:48:52AM -, Matt Sergeant took > time to write: > > This is sad indeed. Once everything is up and running again > I'll write a > > complete document of

RE: Are global variables truly global?

2001-11-05 Thread Matt Sergeant
to be cross platform once you switch from COM to Perl objects though. Matt. _ This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Scanning Service. For further informat

Reading compile settings from within httpd.conf

2001-11-02 Thread matt
Hello list, Just a quick question: Is there any way to read apache's compile time settings (like when you do httpd -V) from within sections? Thanks, Matt -- #!/usr/bin/perl $A='A';while(print+($A.=(grep{($A=~/(...).{78}$/)[0]eq$_}" A A A " =~m{(...)}g)?"A&

sections

2001-11-02 Thread matt
t . Anyone else have better luck? 4/- Tie::IxHash Apparently if you have this installed before you configure/install mod_perl, it will automatically use it to preserve order in hashes. It doesn't work in my case, and I have to explicitly tie the hashes where this is important to get th

RE: Shutdown

2001-11-02 Thread Matt Sergeant
> -Original Message- > From: ed phillips [mailto:[EMAIL PROTECTED]] > > "Khachaturov, Vassilii" wrote: > > > > Hi Matt, do you have any news on planned re-appearance of > > current axkit docs and mailing list archives online? The net people >

RE: inconsistency between CGI.pm and Apache::Request

2001-11-01 Thread Matt Sergeant
> -Original Message- > From: Tatsuhiko Miyagawa [mailto:[EMAIL PROTECTED]] > > On Thu, 1 Nov 2001 09:58:39 - > Matt Sergeant <[EMAIL PROTECTED]> wrote: > > > I guess so. Your above is equivalent to: > > > > $r->param(foo => '

RE: inconsistency between CGI.pm and Apache::Request

2001-11-01 Thread Matt Sergeant
st->new(Apache->request); > $r->param(foo => qw(a b c)); # die with an error > $r->param(bar => [ qw(a b c) ]); > @bar = $r->param('bar'); # ('a', 'b', 'c') > > Am

[OT] FW: OWASP Update

2001-10-29 Thread Matt Sergeant
Not sure if this should really be considered off topic, as it should be required reading. Anyway, go to owasp *now*, and read all the COV's you can get through. These should be required knowledge for any web developer, and the site seems to have detailed the various possible vulnerabilities really

RE: [OT] pdf creation

2001-10-29 Thread Matt Sergeant
It's on CPAN already. > -Original Message- > From: Oleg Bartunov [mailto:[EMAIL PROTECTED]] > Sent: 29 October 2001 09:40 > To: Matt Sergeant > Cc: 'Lon Koenig'; [EMAIL PROTECTED] > Subject: RE: [OT] pdf creation > > > Matt, &g

RE: Apache::Compress - any caveats?

2001-10-29 Thread Matt Sergeant
> -Original Message- > From: Ged Haywood [mailto:[EMAIL PROTECTED]] > > Hi there, > > On Wed, 24 Oct 2001, Mark Maunder wrote: > > > I noticed that there are very few sites out there using > > Content-Encoding: gzip - in fact yahoo was the only one I could > > find. Is there a reason fo

RE: [OT] pdf creation

2001-10-29 Thread Matt Sergeant
y slideshows (see http://217.158.50.178/docs/presentations/tpc2001/). One bonus about PDFLib.pm is that the underlying PDF stuff is all done in C, so it's likely a bit faster than all the other (pure perl) options. I've heard good stuff about

RE: Excellent article on Apache/mod_perl at eToys

2001-10-23 Thread Matt Sergeant
> However, I would have to say that I "feel" like coding > middleware in Java > is easier and more standardized, and well documented. OK, so what are we missing? I feel like we're getting pretty close to standardisation of middleware development with environments like POE (which rocks, but is u

RE: Problem using mod_perl-1.26 with perl 5.6.1 and XML::Parser

2001-10-19 Thread Matt Sergeant
a defeat your purpose :-) If you *really* need the expat in Apache, I think you can add in there --enable-rule=expat, but I haven't tried it. If all that fails, switch to XML::LibXML or XML::SAX::PurePerl (actually, think about doing that anyway :-) Matt. _

RE: Mod_perl component based architecture

2001-10-17 Thread Matt Sergeant
ed PPerl), but is a bit simpler and actually compiles on my machine. Hopefully I'll be able to get AxKit working in that environment (though I don't promise anything due to the way AxKit is fairly tied right now to httpd.conf). Matt. _

RE: Mod_perl component based architecture

2001-10-17 Thread Matt Sergeant
tion server. :-) I'd put it slightly differently... I'd say Nick has already built his application server. Matt. _ This message has been checked for all known viruses by Star Internet delivered through the MessageLa

RE: Mod_perl component based architecture

2001-10-17 Thread Matt Sergeant
gt; project? Have you checked out AxKit's XSP::PerForm module? It makes laborious form development a lot easier, and componentizable (made up word). It's still a bit buggy, and beta, but I've used it on full scale projects. Matt. ___

RE: Mod_perl component based architecture

2001-10-16 Thread Matt Sergeant
the BEST of them all! :-) > also does modperl support object oriented programming? Yes. mod_perl isn't like PHP or Cold Fusion or ASP or Java Servlets. It's more of a framework for building things like the above using Perl. As you can see, the community has built quite a number of differ

RE: search engine module?

2001-10-16 Thread Matt Sergeant
nd match "perl and -V", before doing the full text search on the subset of results. Never got around to doing that though. I suspect most search engines (with the exception of maybe google) are in the same or similar boat. Matt. __

Re: search engine module?

2001-10-15 Thread Matt J. Avitable
lean searches on that index. Word stemming is also available by installing a seperate module which FullTextSearch uses. It's a tad sluggish when the number of rows gets to be above 40,000, but certainly not unusable. hth, matt >I don't want to reinvent the wheel and I'm sure this

RE: Galleries/ModPerl/Images

2001-10-10 Thread Matt Sergeant
graphers. Is there a reason NOT to put the > images in a database? Yes. I can't scp into a database. Matt. _ This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus

RE: Apache::Gallery

2001-10-08 Thread Matt Sergeant
, just some thoughts - it'd be really nice to see a great drop-in solution to the web based gallery thing in mod_perl. There's just so many of them in PHP! Matt. _ This message has been checked for all known viruses by Star

RE: What hapened to AxKit.com?

2001-10-08 Thread Matt Sergeant
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > I finally convinced some of my colleagues > to look at AxKit as a replacement for Cocoon. > But when we try to go to the website, it > times out. An nslookup of 'www.axkit.com' > and 'www.axkit.org' and 'axkit.o

RE: Backticks as fast as XS

2001-09-27 Thread Matt Sergeant
ecs (12.82 usr + 0.00 sys = 12.82 > CPU) @ 78.00/s (n=1000) > svcat_pre: 2 wallclock secs ( 2.75 usr + 0.00 sys = 2.75 > CPU) @ 363.64/s (n=1000) Very interesting. I'll try that (I wish you'd been listening to clp.mod when I posted - other perl gurus weren't much help).

RE: Backticks as fast as XS

2001-09-26 Thread Matt Sergeant
> -Original Message- > From: Doug MacEachern [mailto:[EMAIL PROTECTED]] > > On Wed, 26 Sep 2001, Matt Sergeant wrote: > > > Robin Berjon thought I should post this as a heads-up to > anyone thinking > > what I thought: "XS or pure perl code will

Backticks as fast as XS

2001-09-26 Thread Matt Sergeant
ink it's probably fairly OS dependant, but I figure most people are on linux. Matt. _ This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Scanning Service. Fo

Problem with Content-Type

2001-09-25 Thread Matt Juszczak
also can't have Content-Type: text/html appearing in the middle of the screen. Is there a way in httpd.conf to say "Tell the browsers that all scripts ending in .pl are Content-Type: text/html\n\n" (they are, btw...I dont use any other content types in my perl scripts)... Any idea

RE: EVERYTHING=1

2001-09-24 Thread Matt Sergeant
(please send in plain text) It can increase the image size, but not substantially, especially if you specify DYNAMIC=1 too. And yes, it does incur a runtime performance penalty. That's why in AxKit adding in AddHandler axkit *.xml made a large performance difference. -Original Message- F

RE: [OT] New Micro$oft vulnerability?

2001-09-18 Thread Matt Sergeant
a javascript popup attachment containing "readme.eml", which outlook dutifully opens and executes the contents, spreading the worm even for people who don't run IIS (unless they have our email virus protection service :-) This one's gonna grind the net to a halt pretty

RE: Template or XML?

2001-09-17 Thread Matt Sergeant
her xsl:foreach or (better still) > > using a template. > > Actually using AxKit::XSP::ESQL module seems to be much > more complicated compared to calling a function in Template Toolkit, > for example, it is inconvenient to write code like this: > -- > > Syba

RE: Template or XML?

2001-09-17 Thread Matt Sergeant
ot get everything setup somewhere else only to have to set it all back up at home a week later). Matt. _ This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus S

RE: AxKit & Last-Modified header

2001-09-11 Thread Matt Sergeant
> -Original Message- > From: Geoffrey Young [mailto:[EMAIL PROTECTED]] > > > -Original Message- > > From: Matt Sergeant [mailto:[EMAIL PROTECTED]] > > > > > -Original Message- > > > From: Brian Wheeler [mailto:[EMAIL PROTECTED

RE: AxKit & Last-Modified header

2001-09-11 Thread Matt Sergeant
m I on the right track? Maybe: $r->headers_out->unset('Last-Modified'); Matt. This email has been scanned for all viruses by the Star Internet Virus Screen. The service is provided in partnership with

[OT] ppm options, [was: RE: Nothing ever works for me :-(]

2001-09-10 Thread Matt Sergeant
m to find any way to save the option, and all the best stuff is in your repository :-) Matt. This email has been scanned for all viruses by the Star Internet Virus Screen. The service is provided in partnership with MessageLabs, the

[Rambling OT] RE: AxKit.org/axkit.apache.org timing?

2001-09-03 Thread Matt Sergeant
le to setup 56K dialup net access (ugh!) so that I can get emails out to these people and get everything together and migrated to apache.org. Oh, and I also don't exactly know how the Apache thing will work - since they don't run AxKit I'm

Re: Subroutine xxxx redefined

2001-08-22 Thread matt
hecked the Apache::Reload source, it seems pointless to update modules if only their access times have changed. Any other suggestions will be gratefully received! Matt -- #!/usr/bin/perl $A='A';while(print+($A.=(grep{($A=~/(...).{78}$/)[0]eq$_}" A A A " =~m{(...)}g)?"A":" ")=~/([ A])$/){if(!(++$l%80)){print"\n";sleep 1}}

RE: More problems with custom config directives (LONG)

2001-08-22 Thread Matt Sergeant
rading is going to > break, in strange and obscure ways, the multiple live > commercial sites we > have running on our servers. Are there any resources > available I might be > able to use to reassure them? No!

RE: More problems with custom config directives (LONG)

2001-08-22 Thread Matt Sergeant
But what would > be causing > that to happen? I'm afraid I'm not familiar enough with the MakeMaker > mechanism to figure out what's going on. Then again, I'm not > sure that's > really the problem, so disregard it if you think it's a red herring. Are you

Re: Subroutine xxxx redefined

2001-08-22 Thread matt
On Wed, 22 Aug 2001, Stas Bekman wrote: > On Mon, 20 Aug 2001, matt wrote: > > which I obviously want to get rid of before going to production. ^^ > Anyway why do use Apache::Reload in production? > Also you don't want to have PerlW

Subroutine xxxx redefined

2001-08-20 Thread matt
. Some modules that are included in this iterative require also use the Loader. This should be fine, as require 'demands that a library file be included if it hasn't already been included'. Is it possible that things are getting messed up here because of the modperl environment? Any

Shutdown

2001-08-13 Thread Matt Sergeant
Tomorrow is my shutdown date for axkit.org, take23.org, axkit.com, and *.sergeant.org. It will happen at about 0800 GMT. I will hopefully be back online in about 7 to 10 days when my DSL gets installed at the new house (yay!). Unfortunately the switch over to apache.org did not happen in time, so

Re: segfault with mod_perl, Oraperl, XML::Parser

2001-08-03 Thread Matt Sergeant
On 03 Aug 2001 10:26:37 -0700, Scott Kister wrote: > Thanks everyone for their help, I tried all the suggestions with no > luck, and I definitely configured Apache without expat. I finally > ended up parsing the XML in perl instead of using Expat. Since I > already had handlers, it was quite easy,

Re: dbi abstraction layer on perlmonks

2001-08-03 Thread Matt Sergeant
On 02 Aug 2001 14:32:01 -0700, brian moseley wrote: > > for the next perl conference i'm writing a do everything > abstraction layer. it will provide a do_stuff routine that > will, out of the box, do your laundry and perform oral sex. > scalable, robust, state of the art technology for > e-busin

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

2001-08-01 Thread Matt Sergeant
On 01 Aug 2001 14:29:10 -0400, Perrin Harkins wrote: > > http://axkit.org/docs/presentations/tpc2001/anydbd.axp > > Is this basically a hash of SQL statements, indexed by DBD type? Or is > there something more that I'm missing? (I should have gone to your TPC > talk...) All AnyDBD does is crea

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

2001-08-01 Thread Matt Sergeant
On 01 Aug 2001 10:12:45 -0500, Joe Breeden wrote: > All, > > In his closing comments about UBB Kyle Dawkins made a statement that got me > wondering. He said "there's SQL embedded all throughout the Perl everywhere > (who does this?! oh my god, are they on crack?)". This comment got me > wonderin

Re: [ANNOUNCE] SOAP::Lite 0.51 (mod_soap and mod_xmlrpc included)

2001-07-19 Thread Matt Sergeant
On Thu, 19 Jul 2001, Paul Kulchenko wrote: > New version of SOAP::Lite has entered CPAN. > > number of fixes related to different Perl version and platforms > number of fixes in XMLRPC::Lite > fixed POP3 server > added support for SOAP 1.2 > (spec is still in draft, implementation is subject to

ApacheCon 2001 Europe: CANCELLED (fwd)

2001-07-17 Thread Matt Sergeant
-Forwarded Message- From: Rodent of Unusual Size <[EMAIL PROTECTED]> To: ApacheCon Announcements <[EMAIL PROTECTED]>, Apache Announcements <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: ApacheCon 2001 Europe: CANCELLED Due to financial considerations beyond our control and unrelated to

Re: BOF?

2001-07-16 Thread Matt Sergeant
On Mon, 16 Jul 2001, brian moseley wrote: > On Mon, 16 Jul 2001, Eric Cholet wrote: > > > --On 16/07/01 16:48 +0200 Robin Berjon wrote: > > > > > I arrive on Sunday evening too, is there a good way to recognize a bunch > > > of modperlians ? I've only ever seen two people on this list so if they

Re: BOF?

2001-07-16 Thread Matt Sergeant
On Mon, 16 Jul 2001, Gunther Birznieks wrote: > At 12:10 AM 7/16/2001 -0500, James G Smith wrote: > >Matt Sergeant <[EMAIL PROTECTED]> wrote: > > >On Sat, 14 Jul 2001, brian moseley wrote: > > > > > >> On Sat, 14 Jul 2001, Ken Williams wrote: &

Re: OT: Re: ApacheCon Dublin Cancelled?

2001-07-16 Thread Matt Sergeant
On Mon, 16 Jul 2001, Gunther Birznieks wrote: > At 03:44 PM 7/15/2001 +0100, Matt Sergeant wrote: > >Looks like Camelot, the organisers of ApacheCon (and other conferences, > >such as XML Dev Con - a conference I've spoken at a number of times), are > >going out of

ApacheCon Dublin Cancelled?

2001-07-15 Thread Matt Sergeant
Looks like Camelot, the organisers of ApacheCon (and other conferences, such as XML Dev Con - a conference I've spoken at a number of times), are going out of business. Those of you who know the employees at Camelot will know they always went out of their way to help the speakers at various confer

Re: BOF?

2001-07-15 Thread Matt Sergeant
On Sat, 14 Jul 2001, brian moseley wrote: > On Sat, 14 Jul 2001, Ken Williams wrote: > > > I just noticed that there's no mod_perl BOF listed at > > http://conferences.oreillynet.com/cs/os2001/pub/10/bofs.html . > > Is one scheduled? If not, let's get one together. > > speaking of which. there

mod_perl/aix

2001-07-12 Thread Matt Glosson
-bI:$(PERL_INC)/perl.exp -bE:$(BASEEXT).exp -b noentry -lc -L/usr/local/ lib' Characteristics of this binary (from libperl): Built under aix Compiled at Jul 8 2001 23:40:44 @INC: /usr/local/lib/perl5/5.00503/aix /usr/local/lib/perl5/5.00503 /usr/local/lib/perl5/site_perl/5.005/aix /usr/local/lib/perl5/site_perl/5.005 Thanks for your time, Matt

Re: Using mod_perl handlers for max speed?

2001-07-12 Thread Matt Sergeant
On Wed, 11 Jul 2001, Philip Mak wrote: > In the recent Hello World 2000 benchmark posted by Joshua Chamas, mod_perl > handler was shown to be even faster than static HTML (at least for running > hello world), and twice as fast as using Apache::Registry to run a perl > script. I honestly think so

boot_IO error

2001-07-10 Thread Matt Glosson
lt:4 -bM:SRE -bI:$(PERL_INC)/perl.exp -bE:$(BASEEXT).exp -b noentry -lc' Characteristics of this binary (from libperl): Built under aix Compiled at Aug 14 1999 08:59:55 @INC: /usr/opt/perl5/lib/5.00503/aix /usr/opt/perl5/lib/5.00503 /usr/opt/perl5/lib/site_perl/5.005/aix /usr/opt/perl5/lib/site_perl/5.005 Does anyone have any insight into this? It's becoming a very painful battle. Thanks, Matt Glosson

Re: Tutorials Need To Learn More

2001-07-10 Thread Matt Sergeant
On Fri, 6 Jul 2001, Purcell, Scott wrote: > Hello, > I am working with mod_perl and apache on NT (No ripping please ... it is a > political issue here at my work.). > Anyway, I have been trying to learn more about taking advantage of handlers, > etc. I purchased the book "Writing Apache Modules w

Re: announce: mod_perl-1.25_01

2001-07-10 Thread Matt Sergeant
On Fri, 6 Jul 2001, Doug MacEachern wrote: > adjust perl_clear_symtab() to deal properly bleedperl's version of > cv_undef() (which broke modules with directive handlers) > thanks to Geoffrey Young for the spot FWIW, perl_clear_symtab is the only part of config directives now that cause segfault

Re: Limiting Input size

2001-07-06 Thread Matt Sergeant
nt with 10 billion bytes. > > I can do it after. But without doing a read(), I'm wondering if > these shortcuts provide security protection in this regargd, or > if there is a better solution? perldoc Apache::Request Also see the Apache docs. Matt.

Re: I need help...

2001-07-05 Thread Matt Sergeant
ss to that data ... (Now the only solution I've found is to write that data to a file ... but it isn't a good thing because of synchronizations problems...) I hope to have been clear enough ... and to have written to the right e-address! How about Apache::SharedMemory? Matt

Re: Just a few good men? Was: ignored (again)

2001-07-04 Thread Matt Sergeant
#x27;s enough to convince people to move to "mod_perl". They want to move to a better framework. I'm sure you know which one I favour :-) Sadly most people *still* see Perl on the web as CGI, as printing out your HTML from code, etc. It needs more articles in the right places to fix that sort of misconception. Matt.

ANNOUNCE: AxKit::XSP::PerForm (fwd)

2001-06-27 Thread Matt Sergeant
, XPathScript, XSP ** // \\| // ** mod_perl news and resources: http://take23.org ** \\// //\\ // \\ -- Forwarded message -- Date: Wed, 27 Jun 2001 15:19:51 +0100 (BST) From: Matt Sergeant <[EMAIL PROTECTED]> To: AxKit Users Mailing List <[EMAIL PROTECTED]> Subje

Re: server tokens

2001-06-23 Thread Matt Sergeant
On Sat, 23 Jun 2001, brian moseley wrote: > > is there any way to access the server tokens in mp 1.24? i'd > like to use them at server startup time. You have to use XS. AxKit does it this way. I'd paste the code here but it's a bit all over the place, so you'd be easier to just download it. -

Re: Setting the "Server" header in a response

2001-06-14 Thread Matt Sergeant
On Thu, 14 Jun 2001, Randy J. Ray wrote: > I'd like to append the ident string for my XML-RPC server class to the > outgoing Server: header, within my mod_perl handler. It seems that setting > this with $r->header_out (or getting the tied hash from $r->headers_out and > setting the key) doesn't a

Just a few questions...

2001-06-12 Thread Matt Ellison
some light on exactly what is happening with ab here? I have verified that there is no Content-Length header in the output via telnet to the Apache server, but how safe is it to omit this header? Why is the results with ab inconsistent? Thanks, Matt E.

Re: comparison of templating methods?

2001-06-11 Thread Matt Sergeant
On Mon, 11 Jun 2001, will trillich wrote: > > At 08:59 AM 6/8/2001 -0500, will trillich wrote: > > >which of the existing paradigms will the widget farm most > > >closely resemble? and what are your expectations for tradeoff in > > >functionality/modularity-vs-performance? > > > > 1) What do you

<    1   2   3   4   5   6   7   8   9   10   >