RE: [ANNOUNCE] Apache::Dispatch

2000-07-31 Thread Matt Sergeant
-dispatch_index() (or if you want to be microsoftian, dispatch_default() ;-) -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

RE: [ANNOUNCE] Apache::Dispatch

2000-07-31 Thread Matt Sergeant
won't always be calling Foo, but also Foo::Bar::Blarg? That makes sense... Go for it. With this module its not like you have to hack the config files very often anyway! -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email

Re: OT XML::DOM question (used in Apache::ASP)

2000-07-31 Thread Matt Sergeant
by just ignoring those errors. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

Re: tie question

2000-07-31 Thread Matt Sergeant
it according to Ilya. I don't think there _is_ a better way - tie is a very specific requirement, and usually its "fast enough". Remember that STDOUT is tied to the request object in mod_perl... -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase

RE: The Template Toolkit (Re: Templating Systems)

2000-07-30 Thread Matt Sergeant
into Apache::ASP XML processor. I thought about coding it up, but never got the time. -- Salon Internethttp://www.salon.com/ Manager, Software and Systems "Livin' La Vida Unix!" Ian Kallen [EMAIL PROTECTED] / AIM: iankallen / Fax: (415) 354-3326

Re: [ANNOUNCE] Apache::Dispatch

2000-07-29 Thread Matt Sergeant
On Fri, 28 Jul 2000, Geoffrey Young wrote: hi Matt... I can't access my normal email from home, so forgive the non-quoting of your message... :) the way I set it up, when running in DispatchMode = Safe (the default, which I didn't mention in the docs), you wouldn't be able to call

Re: Templating system

2000-07-29 Thread Matt Sergeant
to do so :-) -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

Re: Templating system

2000-07-28 Thread Matt Sergeant
Sablotron isn't as close to the complete XSLT spec as transformix, AFAIK). -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

Re: Templating System

2000-07-28 Thread Matt Sergeant
on it in the TPC proceedings). -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

Re: VBScript::Parser

2000-07-28 Thread Matt Sergeant
On Thu, 27 Jul 2000, Joshua Chamas wrote: Matt Sergeant wrote: On Thu, 27 Jul 2000, Ime Smits wrote: In short, I have the following in mind and partially worked out in actual code. A package VBScript::Parser which offers: $parser=new VBScript::Parser

Re: Templating System

2000-07-28 Thread Matt Sergeant
offers the guarantee that no other element will get that same style. It may seem like a small functionality, but it still conflicts with HTML+CSS, which I don't like the sound of. I'm assuming the ID values are passed through to the output. -- Matt/ Fastnet Software Ltd. High Performance Web

RE: Templating System

2000-07-28 Thread Matt Sergeant
e extra 10 percent are the bits I've added!). -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

RE: Templating System (preview Embperl 2.0)

2000-07-28 Thread Matt Sergeant
portion of the overall problem. You may benchmark reading in _and_ parsing the template all you like, but ultimately people's web serving bottlenecks are generally database access and network latency. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase

Re: Templating System

2000-07-28 Thread Matt Sergeant
worked out the templating system for you. They call it stylesheets and offer you XSLT and CSS. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http

The problem AxKit solves [was: templating]

2000-07-28 Thread Matt Sergeant
I think the forward pipeline processing makes more sense. I'm certainly not suggesting any increase in speed from the forward processing methodology. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and cons

Re: [OT]: mmap (Was: Templating System (preview Embperl 2.0))

2000-07-28 Thread Matt Sergeant
rocessor machines but automatically configures itself to use operating system read on multi-CPU machines so as to reduce shared memory contention." -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consu

Re: [ANNOUNCE] Apache::Dispatch

2000-07-28 Thread Matt Sergeant
something in the docs. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

Re: Feature sets [was Re: Templating System]

2000-07-28 Thread Matt Sergeant
e can do X too, and optionally Y". Eventually you'll get the perfect document... However I suggest taking that stage off the list, and just let them send patches direct to you, and announce when you've got a new version. A-la guide. In fact it might be a nice addition to the guide. (here I am mak

Re: Templating system

2000-07-27 Thread Matt Sergeant
ome stupid patent on it (doubtful since its GPL'd). Can you wait, or do you need something now? -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

RE: Templating system

2000-07-27 Thread Matt Sergeant
::ASP HTML::Template XSLT XPathScript (part of AxKit, which can also do XSLT) Mason I've probably offended some people by ommiting some :-) -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultanc

Re: Templating System

2000-07-27 Thread Matt Sergeant
the red (assuming you aren't using Netscape's broken CSS). But how could you force one cell to get the yellow? The normal way to do it would be TD ID="oneTD" but you have already used up your ID tag. Tell me if I am missing something. The CLASS attribute. -- Matt/ Fastnet So

Re: VBScript parser a la Lingua::Romana::Perligata

2000-07-27 Thread Matt Sergeant
), and the problem is that ASP is parsed by Apache::ASP, not by perl, so you'd have to make use of the VB parser at that point. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http

Re: Templating System

2000-07-27 Thread Matt Sergeant
ost people haven't heard of is mediasurface. Their whole system is just a perl httpd server. And I've heard that Vignette is written in Perl (or was). -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and c

Re: Templating System

2000-07-27 Thread Matt Sergeant
Python has Zope? As I said to people at TPC: Come to ApacheCon Europe, I'll have something to show you then (hopefully). -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http

Re: VBScript::Parser

2000-07-27 Thread Matt Sergeant
arts (the plain HTML bits) and %= ... % delimited parts. Then you end up with a single script in either Perl or VB. Then you pass it to the translate() method, which in perl is simply sub { return shift; }, and in VB does all the work, using a generic VB to Perl translator. -- Matt/ Fastne

Re: VBScript::Parser

2000-07-27 Thread Matt Sergeant
to know the types of variables outside of the current "scope" in ASP terms, but inside the scope in VB terms. Might work if its a method call, but still, its not very elegant. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solut

Re: Templating system

2000-07-27 Thread Matt Sergeant
isn't validating, I can extend HTML with tags like NODE, BANNER, and WHATEVER, right? Pant, pant. Aside from the GPL, it does looks nice. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy

Re: Templating System

2000-07-27 Thread Matt Sergeant
caching technology, and he could really use my XML stuff. So maybe something will come of that, who knows. Sadly we didn't really have enough time to talk it through. [Jonathan; are you coming to ApacheCon Europe? Maybe we can bash heads again there?] -- Matt/ Fastnet Software Ltd. High

Re: Templating system

2000-07-27 Thread Matt Sergeant
On Thu, 27 Jul 2000, Paul J. Lucas wrote: On Thu, 27 Jul 2000, Matt Sergeant wrote: http://www.best.com/~pjl/software/html_tree/ Aside from the GPL, it does looks nice. What's wrong with the GPL? It's open-source and free of cost. What more do you want

EVERYTHING=1

2000-07-26 Thread Matt Sergeant
Why can't we make EVERYTHING=1 the default? It just seems so much more sensible to me... (I get a lot of problems with people having compiled a default mod_perl and who don't have Apache::Log). -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase

Re: EVERYTHING=1

2000-07-26 Thread Matt Sergeant
On Wed, 26 Jul 2000, Vivek Khera wrote: "MS" == Matt Sergeant [EMAIL PROTECTED] writes: MS Why can't we make EVERYTHING=1 the default? It just seems so much more MS sensible to me... (I get a lot of problems with people having compiled a MS default mod_perl and who don't have A

Re: mod_eprl or PHP

2000-07-26 Thread Matt Sergeant
erday, and he's moving back to Perl development after developing PHP's most significant XML project (meerkat) because of the tools available under perl. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consul

Re: mod_eprl or PHP

2000-07-26 Thread Matt Sergeant
On Wed, 26 Jul 2000 [EMAIL PROTECTED] wrote: PHP does not require mod_perl. They are completely seperate (and often do not like each other when loaded as DSOs). Has anyone figured out why that is yet? -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML

Re: mod_eprl or PHP

2000-07-26 Thread Matt Sergeant
are web server API's. A common misconception though. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

Re: mod_eprl or PHP

2000-07-26 Thread Matt Sergeant
On Wed, 26 Jul 2000, martin langhoff wrote: Matt Sergeant wrote: On Wed, 26 Jul 2000 [EMAIL PROTECTED] wrote: PHP does not require mod_perl. They are completely seperate (and often do not like each other when loaded as DSOs). Has anyone figured out why that is yet

[OT] Re: OSS/Perl Conference Report

2000-07-26 Thread Matt Sergeant
ver thrown a party with an open bar, have you? ;-) /me appologises for the 8 beers and 4 whiskeys that he consumed, and promises to repay Randall when/if he stops the no-drink thing :-) -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solut

Re: Win32: mod_perl and ActiveState queries...

2000-07-26 Thread Matt Sergeant
upon segfault (even if you're not running it). -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

Re: VBScript parser (was Re: Apache::ASP Question)

2000-07-25 Thread Matt Sergeant
On Tue, 25 Jul 2000, Joshua Chamas wrote: Like Matt suggested you can start with his simple vbscript to perlscript converter, but I would recommend to do a really complete job that you use a full on grammar and something like Parse::Yapp to do the parse tree. I personally would find

Re: ApacheCon Europe - thoughts please ?

2000-07-24 Thread Matt Sergeant
spend time with, both in and outside of conference hours. Think of it as a holiday where you learn stuff! -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

Re: OSS/Perl Conference Report

2000-07-24 Thread Matt Sergeant
On Sun, 23 Jul 2000, Perrin Harkins wrote: On Sun, 23 Jul 2000, Matt Sergeant wrote: I've put my report on the OSS/Perl conference online for all to see. Hopefully you'll find it vaguely interesting in parts. Its at http://modperl.sergeant.org/oss-conf-report.txt "On Wednes

Re: OSS/Perl Conference Report

2000-07-24 Thread Matt Sergeant
for www.perl.com - assuming they'll be running the same sort of thing as they did for YAPC. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http

Re: Apache::ASP Question

2000-07-24 Thread Matt Sergeant
understand it, ASP is M$'s version of VB that runs in a way similar to how php does? Is ASP a language or ... ? Does Apache::ASP support the vb syntax ? ASP is a cross platform API, not a language. Apache::ASP implements the API that ActiveState's PerlScript and MKS' PScript implements. -- Matt

OSS/Perl Conference Report

2000-07-23 Thread Matt Sergeant
I've put my report on the OSS/Perl conference online for all to see. Hopefully you'll find it vaguely interesting in parts. Its at http://modperl.sergeant.org/oss-conf-report.txt -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle

Re: [OT] auth modules

2000-07-20 Thread Matt Carothers
ction-user($username); return OK; } else { # Otherwise return AUTH_REQUIRED return AUTH_REQUIRED; } } - Matt

Re: Where are mod_perl coders?

2000-07-20 Thread Matt Sergeant
McGarrets above Taco Bell in Monterey, watching Stas' dancing skills (hidden talents), and Doug's pulling skills (not so hidden talents) ;-) Matt.

Re: Where are mod_perl coders?

2000-07-20 Thread Matt Sergeant
On Thu, 20 Jul 2000, Kevin Reichard wrote: Stas' dancing skills? Any pix? ;) God I hope so! I think Ask managed to miss him, but Victor took some video (can you mpeg that Victor?) and some snaps for certain. Matt.

Re: ORA conference

2000-07-14 Thread Matt Sergeant
t's across the street from 8:30pm onward, sponsored by Stonehenge. Free drinks, dancing, pool, until they kick us out! Does anyone know if all the events will be in the program, or should I start making entries in my palm pilot? -- Matt/ Fastnet Software Ltd. High Performance Web Specialists

Re: ORA conference

2000-07-14 Thread Matt Sergeant
On Fri, 14 Jul 2000, Vivek Khera wrote: "MS" == Matt Sergeant [EMAIL PROTECTED] writes: MS Does anyone know if all the events will be in the program, or should I MS start making entries in my palm pilot? I started to do that, then realized that I don't have a

Re: Returning a GIF without Location

2000-07-13 Thread Matt Sergeant
?? Apache-request-internal_redirect(url); -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

Re: Idea of an apache module

2000-07-12 Thread Matt Sergeant
case I highly suggest you check out AxKit or Mason, which both support this kind of caching (and EmbPerl is going to do it in the next release I hear). -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training

Re: Idea of an apache module

2000-07-12 Thread Matt Sergeant
needs. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

RE: RE: Severe problem with $r-log_error

2000-07-11 Thread Matt Sergeant
=1 PREP_HTTPD=1 USE_DSO=1 PERL_DEBUG=1 PERL_TRACE=1 Next question, did you "use Apache::Log;" ? -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.o

[JOB] mod_perl developer (prefer telecommute)

2000-07-11 Thread Matt Sergeant
on this project. Please send applications direct to me, preferably with cv/resume in PLAIN TEXT format, along with a brief summary of who you are, what you've been doing for the past 6 months, and when you can start. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML

Re: Best book

2000-07-11 Thread Matt Sergeant
On 11 Jul 2000, at 10:22, Pramod Sokke wrote: Any ideas on which is the best book available out there for mod_perl? -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://se

Re: Using handler for index

2000-07-10 Thread Matt Sergeant
an alternative method. Yes, use a PerlFixupHandler instead of DirectoryIndex. This use of a fixup handler is detailed in the Eagle book. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

Re: Apache::Leak

2000-07-10 Thread Matt Sergeant
ile too and ended up just stopping as I wasn't actually leaking any memory, despite what Devel::Leak tried to tell me. (this wasn't a mod_perl module though - just ordinary perl). -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solution

RFC: Apache::SafeRegistry

2000-07-10 Thread Matt Sergeant
ort is another. - What should the configuration API look like? -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

Re: Is variable initialization necessary?

2000-07-10 Thread Matt Sergeant
evidence either way? I doubt you'll find evidence, just some hand waving. If you know what you're doing, use lexicals and don't worry about initialization. If you don't know what you're doing, initialize. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML

Re: Is variable initialization necessary?

2000-07-10 Thread Matt Sergeant
whose value is undef, which is a perfectly legitimate and time-honored tradition in perl. A lot of people create a $SIG{__WARN__} block to catch those warnings. In fact that's pretty much the only use of $SIG{__WARN__} I've ever seen ;-) -- Matt/ Fastnet Software Ltd. High Performance Web

Re: Is variable initialization necessary?

2000-07-10 Thread Matt Sergeant
r value, rather than the old C method of a list of variable declarations (which is only really a win for typed variables). -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://

Re: best encryption module

2000-07-09 Thread Matt Carothers
depends on your system's C library. Older systems still use 56-bit DES. Newer ones may use something stronger like MD5 or Blowfish. See your crypt(3) manpage and `perldoc -f crypt` for more information. - Matt

Re: Coldfusion vs. apache/mod_perl

2000-07-06 Thread Matt Sergeant
is taken care of, as is dynamic content (using XSP) and database queries (using the XSP SQL taglib). Take a look - hopefully you'll be impressed ;-) http://axkit.org/ BTW: I'll be giving a 2 hour talk on AxKit at ApacheCon Europe in October. -- Matt/ Fastnet Software Ltd. High Performance Web

Re: Coldfusion vs. apache/mod_perl

2000-07-06 Thread Matt Sergeant
very hit). Not exactly blazing, but fast enough for a lot of uses. And don't be put off by the verbosity - all this can be modularised in external entities and/or taglibs. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email f

Re: Coldfusion vs. apache/mod_perl

2000-07-06 Thread Matt Sergeant
under the MPL). -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

Re: Coldfusion vs. apache/mod_perl

2000-07-06 Thread Matt Sergeant
box-out is done using RSS, and is automatically updated. Thought people might like to know. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http

Re: PerlAddVar bug

2000-07-06 Thread Matt Sergeant
needs someone to write that code for PerlAddVar/PerlSetVar. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

Re: DIR_MERGE and .htaccess

2000-07-05 Thread Matt Sergeant
On Tue, 4 Jul 2000, Rick Myers wrote: On Jul 04, 2000 at 14:40:26 +0100, Matt Sergeant twiddled the keys to say: Shouldn't DIR_MERGE be called when .htaccess files are found at different levels, e.g: /axkit/.htaccess and /axkit/test/.htaccess I ask for /axkit/test/test.xsp

DIR_MERGE and .htaccess

2000-07-04 Thread Matt Sergeant
something, or is this expected functionality? -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

User pressed stop?

2000-07-03 Thread Matt Sergeant
can I just ignore it? -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

Re: Browser Sniffing

2000-06-30 Thread Matt Sergeant
media plugin (the UA substrings are taken from the WAP FAQ which I periodically check and update): # $Id: WAPCheck.pm,v 1.2 2000/05/02 10:32:07 matt Exp $ package Apache::AxKit::MediaChooser::WAPCheck; use strict; use Apache::Constants; sub handler { my $r = shift; my $type;

Config directives question

2000-06-30 Thread Matt Sergeant
that. Am I missing some documentation somewhere? -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

Re: Reading config

2000-06-30 Thread Matt Sergeant
On Fri, 30 Jun 2000, Dan Rench wrote: On Mon, 19 Jun 2000, Matt Sergeant wrote: On Mon, 19 Jun 2000, Edwin Pratomo wrote: how to get configuration values at run-time, such as DirectoryIndex? I don't think you can - that configuration directive is specific to mod_index

Re: Config directives question

2000-06-30 Thread Matt Sergeant
On Fri, 30 Jun 2000, Doug MacEachern wrote: On Fri, 30 Jun 2000, Matt Sergeant wrote: Is there any way I can write RAW_ARGS config directives like: AxMedia screen ... /AxMedia And have the bit between the tags passed through to apache for processing? The eagle book only

Re: can't properly append to file from mod_perl script

2000-06-29 Thread Matt Sergeant
close your filehandles anyway though for the sake of cleanliness and not leaving around locks, but my point was merely the necessity of it). -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availabi

Re: Apache::Request and memory

2000-06-23 Thread Matt Sergeant
charset problem...) -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

Re: [advocacy] FUD spreading by velocigen fan

2000-06-23 Thread Matt Sergeant
ApacheAPI in their servers - I'm trying to persuade my boss to add it to WebSite Pro, for starters). mod_perl is great for advanced web site builders. Velocigen is great for drop-in performance enhancement with lots of stuff PHB's like. Use what works for you. -- Matt/ Fastnet Software

Re: [OT] Apache Bench (ab.c) written as perl XS module?

2000-06-21 Thread Matt Sergeant
something like that. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

RE: Problems with AxKit

2000-06-20 Thread Matt Sergeant
quot; from httpd.conf, then it works... mod_perl's symbols may have changed with the re-build, so you'll probably have to completely re-compile AxKit. If thats not the problem I'm stumped. Try it though. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase

Re: $r-print and references: Was RE: Slightly OT - Content-length

2000-06-19 Thread Matt Sergeant
-down because of the Perl - XS interface, and passing strings across it (although IIRC Ilya did some work on that for perl 5.6). -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http

Platform list

2000-06-18 Thread Matt Sergeant
" - it can mean "Linux + ithreads" or "Linux + usemymalloc" etc). -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org | AxKit: http://axkit.org

Re: [dramatic] Voting for Appaloosa awards now open (fwd)

2000-06-16 Thread Matt Sergeant
, when you remember that for the first half of the past year mod_perl barely moved due to Doug's work commitments. This is going to be a tight competition... -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and c

Re: XSL-handler

2000-06-15 Thread Matt Sergeant
worthy. There is no DOM memory garbage collection (you have to manually call dispose() on the DOM tree) - is that why it's production ready? -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy

RE: XSL-handler

2000-06-14 Thread Matt Sergeant
be uploading a newer version to CPAN once I'm happy with the examples and documentation (read: not yet). And axkit.org should come online fairly soon once I update the documentation and things. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle

Re: XSL-handler

2000-06-14 Thread Matt Sergeant
On Wed, 14 Jun 2000, Honza Pazdziora wrote: On Wed, Jun 14, 2000 at 02:27:45PM +0100, Matt Sergeant wrote: Don't go to cpan yet - any version below 0.90 contains a deprecated API. I'll be uploading a newer version to CPAN once I'm happy with the examples and documentation (read

RE: XSL-handler

2000-06-14 Thread Matt Sergeant
directory #AxCacheDir / /Location The error should have said "handler method not found", which is referring to the Sablot processor. I'm going to assume you don't have XML::Sablot installed. Get it from http://www.gingerall.com/ -- Matt/ Fastnet Software Ltd. High Performance Web S

Re: mod_perl: Configuration info at run-time

2000-06-13 Thread Matt Sergeant
On Mon, 12 Jun 2000, Richard L. Goerwitz wrote: In response to my query about how to get a list of virtual servers, Matt Sergeant wrote: It's server-next(): for (my $s = Apache-server; $s; $s = $s-next()) { print "Virtual host: ", $s-server_hostname, "\n&

Re: mod_perl: Configuration info at run-time

2000-06-13 Thread Matt Sergeant
"http://$server:$port/"); $r-print('variable value: ', $subreq-dir_config('SomePerlVariable'), "\n"); } -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org http://xml.sergeant.org

Re: mod_perl: Configuration info at run-time

2000-06-12 Thread Matt Sergeant
"Virtual host: ", $s-server_hostname, "\n"; } -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org http://xml.sergeant.org

Re: Problems with Apache::DBI

2000-06-12 Thread Matt Carothers
o, for mysql, you'll need to add a keepalive routine to your startup.pl: sub Apache::DBI::db::ping { my $dbh = shift; return $dbh-do('select 1'); } - Matt

Re: Perl vs Java

2000-06-11 Thread Matt Sergeant
be very fast. I think that covers most of the arguments. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org http://xml.sergeant.org

Re: [OT now] Re: Template techniques

2000-06-10 Thread Matt Sergeant
rendering XML::XSLT has an interesting definition of realtime ;-) I seriously suggest you check out Sablotron from www.gingerall.com - it's an amazingly quick XSLT engine with a Perl module. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle

Re: [OT - Security] Linux vulnerability

2000-06-10 Thread Matt Sergeant
account on the machine, in which case he/she can "upgrade" that account to root using this exploit. Of course you should probably say "to hell with my 90+ days uptime" and upgrade anyway ;-) -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XM

RE: [OT now] Re: Template techniques

2000-06-10 Thread Matt Sergeant
/guide.dkb -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org http://xml.sergeant.org

Re: [OT] Re: [performance/benchmark] printing techniques

2000-06-09 Thread Matt Sergeant
On Thu, 8 Jun 2000, Perrin Harkins wrote: On Thu, 8 Jun 2000, Matt Sergeant wrote: The one that bugs me is when I see people doing this: $hash{"$key"} instead of this: $hash{$key} Those two now also result in the same code. ;-) But the former is

Re: [performance/benchmark] printing techniques

2000-06-08 Thread Matt Sergeant
at once, however often these template systems use method calls too, so it all gets messed up. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org http://xml.sergeant.org

Re: [OT] Re: [performance/benchmark] printing techniques

2000-06-08 Thread Matt Sergeant
On Wed, 7 Jun 2000, Perrin Harkins wrote: On Wed, 7 Jun 2000, Matt Sergeant wrote: On Wed, 7 Jun 2000, Eric Cholet wrote: This said, i hurry back to s/"constant strings"/'constant strings'/g; Those two are equal. Yes, although it's counter-intutive there's no real p

Re: [performance/benchmark] $|=1 doesn't matter ?!

2000-06-08 Thread Matt Sergeant
;-) -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org http://xml.sergeant.org

Template techniques

2000-06-08 Thread Matt Sergeant
blems away. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org http://xml.sergeant.org

Re: Template techniques

2000-06-08 Thread Matt Sergeant
of). -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing mod_perl, XML, Sybase and Oracle solutions Email for training and consultancy availability. http://sergeant.org http://xml.sergeant.org

Re: Data structure question

2000-06-08 Thread Matt Sergeant
t remember that $ref-[0] is special. Ugh. Psuedo hash references are badly broken even in 5.6. Anyone who's done extensive work with them (or tried to) can tell you that. Instead, write a class for your objects, and use arrays internally. Define constants for the indexes of the arrays. -- Matt

<    2   3   4   5   6   7   8   9   10   >