Re: parsing an apache-like conf-file

2001-01-31 Thread Matt Sergeant
On Wed, 31 Jan 2001, Paul J. Lucas wrote: On Wed, 31 Jan 2001, Matt Sergeant wrote: Looks like a job for XML::Simple. Except we've had no end of trouble with it dumping core in a mod_perl environment. Thats well explained in the AxKit FAQ: http://axkit.org/faq.xml

Re: parsing an apache-like conf-file

2001-01-31 Thread Matt Sergeant
On Wed, 31 Jan 2001, Paul J. Lucas wrote: On Wed, 31 Jan 2001, Matt Sergeant wrote: My XML::Tree is far faster, much smaller, and doesn't dump core: http://homepage.mac.com/pauljlucas/software/xml_tree/ But its not as simple to use as XML::Simple, which is perfect

Re: parsing an apache-like conf-file

2001-01-31 Thread Matt Sergeant
speaks for itself (especially when compared with say XML::DOM or Grove or even XPath). -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site

Re: Rate limiting in Apache

2001-01-31 Thread Matt Sergeant
want to get around to putting some of that on my server, especially the offline downloader blocks). Check http://www.stonehenge.com/merlyn/WebTechniques/ -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Matt Sergeant
, indenting, bullet points, etc, for plain text. I have tried this, with the source of the digests being in XHTML, but its harder than it first sounds. You really need to convert to a text format that does have all of these features, such as *roff... -- Matt/ /||** Director and CTO

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Matt Sergeant
ind (XHTML is the format we're happiest with). -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Matt Sergeant
On Tue, 30 Jan 2001, Robin Berjon wrote: At 13:54 30/01/2001 +, Matt Sergeant wrote: On Tue, 30 Jan 2001, [EMAIL PROTECTED] wrote: Seriously - it should be possible to create a XSLT stylesheet that will output plain-text, then use XML::Sablotron or one of the other

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Matt Sergeant
On Tue, 30 Jan 2001, Robin Berjon wrote: At 13:54 30/01/2001 +, Matt Sergeant wrote: On Tue, 30 Jan 2001, [EMAIL PROTECTED] wrote: Seriously - it should be possible to create a XSLT stylesheet that will output plain-text, then use XML::Sablotron or one of the other

RE: [RFC] mod_perl Digest path...

2001-01-30 Thread Matt Sergeant
can now have it as part of a pipe. This is no help as I would have to fork to use this (if I'm reading it properly). I'd rather write to a locked file... :) -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org

Re: This list... formatted headerS?

2001-01-30 Thread Matt Sergeant
I've seen to date of this is the group firsttuesdayedinburgh that I'm a member of - you can imagine how little of the subject I get to see with that!). -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org

Re: Priority of Virtual Hosts

2001-01-29 Thread Matt Sergeant
at the request, check the CPU load, and if it is too high, returns an error message. I'm not sure as to the extent you could handle and control these requests, so i am open to suggestions. This might be a good thing to try and implement with mod_backhand. -- Matt/ /||** Director and CTO

Re: Whats the status of libapreq-32 ?!

2001-01-29 Thread Matt Sergeant
. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

[SCOOP!] Apache 1.3.17 is out

2001-01-29 Thread Matt Sergeant
http://take23.org/news/2001/01/29/apache.xml -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

Re: Advice needed. (web app. performance)

2001-01-29 Thread Matt Sergeant
to the aspell API. That would be far lighter. I thought about doing this a while back, but decided we didn't need it for our current project. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT

Re: XML subrequest

2001-01-27 Thread Matt Sergeant
user a html page. Somebody told me to use subrequest and XML::Sablotron, but I didn't find any clues how to do it, and as I haven't previously written any Apache modules I'm deep in s..? :P Maybe AxKit would help you? http://axkit.org/ -- Matt/ /||** Director and CTO

Re: detecting Apache::Log et al

2001-01-25 Thread Matt Sergeant
On Wed, 24 Jan 2001, Doug MacEachern wrote: On Thu, 18 Jan 2001, Matt Sergeant wrote: I know we've been over this before, but I think I've forgotten! How do I detect if Apache::Log got compiled in a module's Makefile.PL ? I can't do eval("use Apache::Log;") because Apache/L

Re: long background tasks

2001-01-25 Thread Matt Sergeant
not be called until later during the PerlCleanupHandler phase. Am I missing something, is there a better way to do it? Send out Content-Length so your browser knows the content is finished. Also you might want to check out http://take23.org/docs/guide/performance.xml/4#4.3 -- Matt

RE: pseudo-hashes? was: Data structure question

2001-01-23 Thread Matt Sergeant
tree where there may be thousands of objects. But then you're really better off using an array based class instead (as I found out). -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathS

RE: pseudo-hashes? was: Data structure question

2001-01-23 Thread Matt Sergeant
would think that is a very bad technique. You should *never* be able to make assumptions about the underlying data format of an object. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XP

RE: pseudo-hashes? was: Data structure question

2001-01-23 Thread Matt Sergeant
set of objects (thousands). -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

RE: pseudo-hashes? was: Data structure question

2001-01-23 Thread Matt Sergeant
array will shrink to the highest element that tests true for exists() (or 0 if no such element exists)." Pretty much what one would expect. Thats only 5.6+ though. So its only useful for internal applications (if at all). -- Matt/ /||** Director and CTO ** //||** AxK

[OT] XML::DOM

2001-01-23 Thread Matt Sergeant
On Tue, 23 Jan 2001, DeWitt Clinton wrote: On Tue, Jan 23, 2001 at 10:06:13AM +, Matt Sergeant wrote: The only gain might be in a large DOM tree where there may be thousands of objects. But then you're really better off using an array based class instead (as I found out

Re: [OT] XML::DOM

2001-01-23 Thread Matt Sergeant
On Tue, 23 Jan 2001, Paul J. Lucas wrote: On Tue, 23 Jan 2001, Matt Sergeant wrote: But if performance is absolutely key in XML parsing/processing, then you really need to be looking towards Orchard, which we're co-developing with Ken MacLeod (author of the PerlSAX bindings and XML

Re: [OT] XML::DOM

2001-01-23 Thread Matt Sergeant
On Tue, 23 Jan 2001, Paul J. Lucas wrote: On Tue, 23 Jan 2001, Matt Sergeant wrote: it doesn't compile on my stock Mandrake 7.0 laptop: make[1]: Entering directory `/tmp/XML_Tree-1.0/mod/XML/Tree' g++ -c -I../../.. -Dbool=char -DHAS_BOOL -I/usr/local/include -O3 -fomit-frame

Re: [JOB] another bloke for hire...

2001-01-22 Thread Matt Sergeant
If anyone has any spare tuits they want to donate to Take23, we have started the job postings stuff and have a spec for exactly what we want, but not really enough time to code it up. Experience with AxKit would be a huge bonus, otherwise you'll be right in at the deep end. -- Matt

Re: problem with Perl5.6?

2001-01-22 Thread Matt Sergeant
handlers # PerlRequire conf/startup.pl PerlFreshRestart On PerlSetupEnv Off ^ You just asked it *not* to setup the environment variables. Hence you don't get them. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving **

Re: [JOB] another bloke for hire...

2001-01-22 Thread Matt Sergeant
On Mon, 22 Jan 2001, Greg Cope wrote: Matt Sergeant wrote: If anyone has any spare tuits they want to donate to Take23, we have started the job postings stuff and have a spec for exactly what we want, but not really enough time to code it up. Experience with AxKit would be a huge

Re: Problem when i install mod_perl

2001-01-22 Thread Matt Sergeant
the solution for this problem Ignore them - they are just warnings. But you should probably check out ApacheToolbox if you're not used to installing Apache modules. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org

Re: pseudo-hashes? was: Data structure question

2001-01-22 Thread Matt Sergeant
On Mon, 22 Jan 2001, [EMAIL PROTECTED] wrote: Well you've already seen I'm a detractor :-) * Is anyone now using (under mod_perl) something they consider to be superior but with similar functionality and interface? Yes, a class which is a blessed array. -- Matt/ /||** Director

[ANNOUNCE] AxKit 1.2

2001-01-21 Thread Matt Sergeant
that call stat() in Cache and Providers - Many miscellaneous improvements Available on CPAN in the Apache modules directory, or at the axkit.org web site. I hope to have an introduction to AxKit on Take23 reasonably soon. -- Matt/ /||** Director and CTO ** //||** AxK

RE: Fwd: [speedycgi] Speedycgi scales better than mod_perl withsc ripts that contain un-shared memory

2001-01-19 Thread Matt Sergeant
. Either way, both solutions have their merits. Neither is going to totally replace the other. What I'd really like to do though is sum up this thread in a short article for take23. I'll see if I have time on Sunday to do it. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd

[ANNOUNCE] HTTP::GHTTP 1.06

2001-01-18 Thread Matt Sergeant
/download/ for those who can't wait for CPAN to mirror it :-) -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

detecting Apache::Log et al

2001-01-18 Thread Matt Sergeant
ow do I do it? -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

Re: installing modperl

2001-01-17 Thread Matt Sergeant
to: "The documentation is extremely good, once it is located." Start with: For mod_perl: http://perl.apache.org/ You forgot: http://take23.org/ -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, X

Re: Need: Autherization one time password.

2001-01-14 Thread Matt Sergeant
I seem to recall Randal did a column in Web Techniques on just such a thing. Check http://www.stonehenge.com/merlyn/ On Sun, 14 Jan 2001, George Sanderson wrote: I want an authorization module to generate a one time password for a particular user name. For example, lets say I target some

Re: Looking for a new distro

2001-01-13 Thread Matt Sergeant
? Matt.

Re: [SOLICITATION] Programmer available for contracting..

2001-01-11 Thread Matt Sergeant
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 jobs page. Matt.

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: ANNOUNCE: mod_perl guide ver. 1.28

2001-01-11 Thread Matt Sergeant
/S/ST/STAS/Apache-mod_perl_guide-1.28.tar.gz size: 464878 bytes md5: 54e70986b2369762fc37b3c7838dbd85 FWIW, Take23 copy updated to reflect this new release. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http

Re: corba mod_perl

2001-01-10 Thread Matt Sergeant
::ORBit, which seems to be pretty good (and fast too). -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

[ANNOUNCE] Apache::Reload 0.06

2001-01-10 Thread Matt Sergeant
Apache::Reload is a replacement for Apache::StatINC, with more features and better debugging. Slated to replace Apache::StatINC in mod_perl 1.26. Changes: - Fix a warning under perl 5.6 -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving

[ANNOUNCE] HTTP::GHTTP 1.03

2001-01-10 Thread Matt Sergeant
HTTP::GHTTP is a very lightweight C/XS based HTTP downloader. It is many times lighter than both LWP and HTTP::Lite, and also many times faster than both. No API changes or improvements in this release. Changes: - Use gnome-config to get LIB and INC paths -- Matt/ /||** Director

[Take23] New articles

2001-01-08 Thread Matt Sergeant
about Embperl's special tags for introducing code into our HTML. As usual there's also all the news you need to stay up to date with mod_perl. Enjoy. Take23 - news and resources for the mod_perl world: http://take23.org Matt.

Re: how to secure backend server ?

2001-01-02 Thread Matt Sergeant
d the rule to your firewall. Its a far better place to manage these kinds of rules. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web

Re: Memory leaks?

2001-01-02 Thread Matt Sergeant
the latest Apache::Request test release - it should fix this problem. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http

Re: [OT] Where to download Sablotron for AxKit

2000-12-24 Thread Matt Sergeant
Do you know where I can download it from? I haven't been able to find any mirrors for it. I'm having the exact same problem here. Mail me direct if you want me to send you 0.44 which I have on my hard drive. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML

Re: Dynamic content that is static

2000-12-23 Thread Matt Sergeant
from static files, and when those files change, AxKit recompiles the pages and caches the results (with some intelligence associated with the parameters used to determine if this is the same view of that URL). -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML

Re: Proposals for ApacheCon 2001 in; help us choose! (fwd)

2000-12-22 Thread Matt Sergeant
at the conference. This way you will only get the best known technologies talked about, I believe. I hope camelot change their mind on this one. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT

Re: Fwd: [speedycgi] Speedycgi scales better than mod_perl withscriptsthat contain un-shared memory

2000-12-22 Thread Matt Sergeant
istry scripts" or something to that affect. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

Re: [OT] Anyone good with IPC?

2000-12-22 Thread Matt Sergeant
er leaving the server in memory. [snip] use POE. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

Re: [RFC] New Apache Module, comments and name suggestions requested

2000-12-22 Thread Matt Sergeant
passed to the Template object. I have a variety of plugins and filters planned, as well. This sounds like something that is screaming out to be added to Apache::Dispatch... -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving

Re: Performance measures of a perl script !!!

2000-12-21 Thread Matt Sergeant
more petrol than my MacLaren F1. Why is this? Answer: They use different engines. Seriously, different DB's take different amounts of time to connect because they are written differently. If you want no connection time use Apache::DBI to cache the connection. -- Matt/ /||** Director

Take23 expected downtime

2000-12-19 Thread Matt Sergeant
Take23 will be down today for a supposed 30 minutes due to a firmware update at my ISP. Expect it to take longer than that though :-) I don't have an exact time when they'll be doing it either, so please be patient if you can't connect today. Thanks. -- Matt/ /||** Director and CTO

Re: Precompile to protect code?

2000-12-18 Thread Matt Sergeant
one are particularly reliable and none will be 100% secure. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

Re: Why I Hate Advocacy at www.perl.com

2000-12-16 Thread Matt Sergeant
On Thu, 14 Dec 2000, Stas Bekman wrote: So far Matt has asked whether someone is interested to help him to keep take23 up to date, I doubt whether anybody has contacted Matt and offered help. Actually thats not true - the response has been great. For those who did reply, I'm firefighting

RE: Mod_perl tutorials

2000-12-14 Thread Matt Sergeant
On Wed, 13 Dec 2000, Ed Park wrote: Anyways, take23 is very fast for now. Don't expect that to last too long - its behind a 64Kb leased line. But its fast because it delivers everything gzipped - so there's an argument for gzipped content. -- Matt/ /||** Director and CTO

Re: [OT] Re: Mod_perl tutorials

2000-12-14 Thread Matt Sergeant
to know. When the revolution comes, we should probably hang most of those nic people ;) Well, I have registered (through an OpenSRS reseller I might add) modperlnews.com and .org. If anyone is interested in using them, let me know and I can get the DNS taken care of. Matt, are you interested

Re: Mod_perl tutorials

2000-12-14 Thread Matt Sergeant
confs. All served by AxKit, of course :-) I'll keep you informed how it goes. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http

Re: Mod_perl tutorials

2000-12-14 Thread Matt Sergeant
it. (and if I'm honest, I've always shuddered a bit seeing you use gv for your slideshows - its just not a good slideshow application. Sorry Stas :-) -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT

Re: Mod_perl tutorials

2000-12-14 Thread Matt Sergeant
On Thu, 14 Dec 2000, Stas Bekman wrote: On Thu, 14 Dec 2000, Matt Sergeant wrote: On Wed, 13 Dec 2000, Robin Berjon wrote: Well Doug likes the site, and I'd assume someone is going to add a link fairly shortly to perl.apache.org. There already is, I think Stas added it. It's

Re: Mod_perl tutorials

2000-12-14 Thread Matt Sergeant
there are too many tags. Thats a non-argument. XML can have as many or as few tags as POD. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web

Re: Mod_perl tutorials

2000-12-13 Thread Matt Sergeant
be at modperl.sergeant.org too, but there's no secret mnemonic. Well there is a connection to mod_perl (I wouldn't have just plucked a name out of mid air), but I'm not going to just reveal it, even though someone has already figured it out. Maybe one day it will become an FAQ. For

[OT] Re: Which is good mailing list for perl developers.

2000-12-13 Thread Matt Sergeant
to know a good mailing list for perl developers. It seems pretty dead, but there are still subscribers, on [EMAIL PROTECTED] Send a mail to [EMAIL PROTECTED] to subscribe. So far most questions asked there have been answered pretty well. -- Matt/ /||** Director and CTO

Re: Mod_perl tutorials

2000-12-13 Thread Matt Sergeant
they walk into an internet cafe or when they are talking to others in the hall. Clever secret names suck, until you're the first hit in google. :) Suggestions for ways to help that would be most appreciated. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Applicati

Re: mod_perl advocacy project resurrection

2000-12-11 Thread Matt Sergeant
to use the built in thread support in java (like I said IMHO of course :) Except that won't scale beyond 1 server... -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP

Re: mod_perl advocacy project resurrection

2000-12-11 Thread Matt Sergeant
, other people's mileage may vary. I don't disagree with you. I wish it were easier in Perl too. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal

Re: Linux Hello World Benchmarks...

2000-12-11 Thread Matt Sergeant
the latter is true. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

Still bugs in Apache::Dispatch with .htaccess

2000-12-11 Thread Matt Sergeant
this from $parms-path(). Store this in the $cfg hash, and then in _translate_uri do: my $location = $r-location || $cfg-{'Path'}; Or something like that. Anyway, for now, back to normal handlers... :-) -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML

ORBs

2000-12-11 Thread Matt Sergeant
On Mon, 11 Dec 2000, Jim Woodgate wrote: Matt Sergeant writes: Except that won't scale beyond 1 server... If I needed to go beyond one server in java, I would probably look at something like Objectspace Voyager, which is the easiest to use orb I've ever seen. Is there anything

RE: Still bugs in Apache::Dispatch with .htaccess

2000-12-11 Thread Matt Sergeant
cumentRoot). Don't try and do anything fancy. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

Re: custom directives done using filters

2000-12-09 Thread Matt Sergeant
? I'd have to check the source for Filter to be certain though. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org

Re: Help needed with MAP expression

2000-12-08 Thread Matt Sergeant
of numbers), it maps it to td align="right"number/td, otherwise it maps it to tdvalue/td. The use of $_ as the container for the array ref, while using map (which gives you a $_ inside the map expression) is scary scary obfuscated nastiness and deserves a slap for whoever wrote it.

Re: debuggers

2000-12-08 Thread Matt Sergeant
ant impact. BEGIN { # Wash the PATH. $ENV{'PATH'} = '/opt/gnu/bin:/usr/local/bin:/usr/bin'; $ENV{'CDPATH'} = ''; $ENV{'ENV'} = ''; use IO::File; use CGI::Carp qw(carpout fatalsToBrowser carp); ^^^ Bye bye exception handling.

Re: [ANNOUNCE] new site: scaling mod_perl (+tool: mod_perl +DBD::Oracle)

2000-12-08 Thread Matt Sergeant
in the same application at the moment. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org

Re: debuggers

2000-12-08 Thread Matt Sergeant
On Fri, 8 Dec 2000, Bruce W. Hoylman wrote: "Matt" == Matt Sergeant [EMAIL PROTECTED] writes: Matt On Fri, 8 Dec 2000, Bruce W. Hoylman wrote: use IO::File; use CGI::Carp qw(carpout fatalsToBrowser carp); Matt Bye bye exception handling. You mean ev

Re: mod_perl advocacy project resurrection

2000-12-08 Thread Matt Sergeant
for anything serious. Although someone had DBI working through Safe that emailed me, but I've since discarded or lost that email. FWIW, I still have Apache::Safe hanging around here somewhere. Not that its any use though :-) -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd

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

2000-12-08 Thread Matt Sergeant
will be doing jobs and resumes on there when I get some tuits to do a bit more coding on the site, maybe over xmas. What I'd love to be able to provide is some sort of auto-matcher for employers/employees, but thats way up there right now. -- Matt/ /||** Director and CTO ** //||** AxKit.com

Re: [ANNOUNCE] Take23

2000-12-07 Thread Matt Sergeant
On Wed, 6 Dec 2000, Matt Sergeant wrote: OK, so this isn't really much of an announcement, since its still the same web site. Anyway, I'm renaming modperl.sergeant.org to take23.org. DNS should propogate shortly. Until then its available at modperl.sergeant.org (and will continue

[OT] Take23.org DNS

2000-12-07 Thread Matt Sergeant
Thanks for all the offers, I have it sorted now (should propogate some time later today or tomorrow). -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP

Re: mod_perl advocacy project resurrection

2000-12-07 Thread Matt Sergeant
On Thu, 7 Dec 2000, Jimi Thompson wrote: Matt, Everything required to make the module work ought to be included in the package or at least cross referenced to it. I have been having a problem in which I have had to manually resolve module dependencies on a Solaris 2.6 box. It went

Certification

2000-12-07 Thread Matt Sergeant
! -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org

Re: RFC: mod_perl advocacy project resurrection

2000-12-07 Thread Matt Sergeant
now. I'd love that. In fact anything that anyone had waiting to go onto PerlMonth please drop a mail to [EMAIL PROTECTED] and we'll get you published. (assuming that PerlMonth isn't going to resurrect itself) NB: Don't mail me direct - take23 is a group effort. -- Matt/ /||** Director

Re: Strange problem with IE 5

2000-12-07 Thread Matt Morton
hat should i check? Expecting help - ek. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] You might want to check your error logs and post that. :) Matt --

Re: debuggers

2000-12-07 Thread Matt Sergeant
guess, and/or understand those cryptic debuggers ... Personally I've always relied on sending debug messages to the log, and then staring at the code for a few minutes/months. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving

Re: mod_perl advocacy project resurrection

2000-12-06 Thread Matt Sergeant
transaction manager for the first time. But then I'm an old style RDBMS guy. We built multi-million dollar Sybase systems for large insurance companies. We never needed a transaction manger. shrug; -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application

RE: mod_perl advocacy project resurrection

2000-12-06 Thread Matt Sergeant
in AxKit (and there are a fair number required) is the right solution. Maybe I'm mistaken. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site

Re: mod_perl advocacy project resurrection

2000-12-06 Thread Matt Sergeant
. This thread is suffering from a severe lack of technical information. Can you go into more technical detail on what that 0.01% is (and is caused by)? -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org

Re: mod_perl advocacy project resurrection

2000-12-06 Thread Matt Sergeant
On 6 Dec 2000, David Hodgkinson wrote: Matt Sergeant [EMAIL PROTECTED] writes: On Tue, 5 Dec 2000, Jeffrey W. Baker wrote: I haven't looked at AO or AxKit, but if I can untar either one of them and just get to work, that will rule. You can't, but thats because I believe

RE: mod_perl advocacy project resurrection

2000-12-06 Thread Matt Sergeant
On Wed, 6 Dec 2000, brian moseley wrote: On Wed, 6 Dec 2000, Matt Sergeant wrote: You can't, but thats because I believe in the CPAN model - use pre-written components. I don't believe shipping all those components in AxKit (and there are a fair number required) is the right solution

[ANNOUNCE] Take23

2000-12-06 Thread Matt Sergeant
OK, so this isn't really much of an announcement, since its still the same web site. Anyway, I'm renaming modperl.sergeant.org to take23.org. DNS should propogate shortly. Until then its available at modperl.sergeant.org (and will continue to be available there). -- Matt

[ANNOUNCE] New mod_perl Web Site!!!

2000-12-05 Thread Matt Sergeant
With a flash of fireworks and champagne I'd like to announce to the world our new mod_perl news and advocacy web site: http://modperl.sergeant.org/ We hope to be able to bring to you all the latest relevant perl news, and articles about mod_perl development and other areas of interest,

Re: RFC: mod_perl Guide 2.0

2000-12-05 Thread Matt Sergeant
is known about mod_perl 2.0 so far. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org

Re: RFC: mod_perl Guide 2.0

2000-12-05 Thread Matt Sergeant
? -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org

Re: RFC: mod_perl advocacy project resurrection

2000-12-05 Thread Matt Sergeant
Mason in WT, but I'd like to see more. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org

Re: RFC: mod_perl advocacy project resurrection

2000-12-05 Thread Matt Sergeant
dumbed-down documentation that explains what it does, and how it does it. Good writers are really hard to come by. I don't want to poo-poo on the idea by any means, the *idea* itself is fine, but the implementation of it is non-trivial. -- Matt/ /||** Director and CTO

RE: mod_perl advocacy project resurrection

2000-12-05 Thread Matt Sergeant
://www.mediasurface.com Sadly though, its only one product in a sea of Java products. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http

Re: RFC: mod_perl advocacy project resurrection

2000-12-05 Thread Matt Sergeant
On Tue, 5 Dec 2000, Ajit Deshpande wrote: On Tue, Dec 05, 2000 at 08:26:35PM +, Matt Sergeant wrote: application should install itself -- .conf files, .htaccess files, dbm's, directory structures, perl code, html and templates, correct version of Perl, CPAN packages for any stuff

Re: mod_perl advocacy project resurrection

2000-12-05 Thread Matt Sergeant
ransaction management components of that to Perl? Would this be desirable? Personally I put all transaction critical stuff in the database, and rely on RDBMS transaction support, but I've never done J2EE, so I'm curious as to the advantages. -- Matt/ /||** Director and CTO ** //||** AxK

Perl vs Java (XML Modules)

2000-12-05 Thread Matt Sergeant
a content management system for the news articles (note that half of the CMS code is just a plain mod_perl handler). I'll stick an article online shortly about how the site is constructed. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving

Re: RFC: Apache::Carp - Error Handling under mod_perl

2000-12-01 Thread Matt Sergeant
of the reason why Matt wants CGI::Carp to die ... no pun intended). The reason I want it to die is that it doesn't deal with the eval issues. It may try to. But it doesn't succeed. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving

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