Re: ax2: base-class in XSP documents fails

2008-06-25 Thread Matt Sergeant
On Wed, 25 Jun 2008, Martijn wrote: On Tue, Jun 17, 2008 at 4:39 PM, Matt Sergeant wrote: Fixed in SVN (I think). I still get an error when I use My::BaseClass::SubClass as a base-class, which inherits the handler method from My::BaseClass. Which makes sense: in _load_module() only My

Re: ax2: base-class in XSP documents fails

2008-06-25 Thread Matt Sergeant
On Wed, 25 Jun 2008, Martijn wrote: On Wed, Jun 25, 2008 at 2:18 PM, Martijn wrote: That's exactly what I did. Thanks. That's exactly what I did *wrong* I meant to say. :-) Speaking of XSP, would it be worth adding a line no warnings 'redefine'; to the XSP-blurb that is being evaluated?

Re: AxKit2 dvelopment

2008-06-17 Thread Matt Sergeant
On Tue, 17 Jun 2008 13:06:09 +0100, Martijn wrote: Hello all. Hi, Since this list has gone rather quiet, I was wondering what the development status of AxKit2 is. While working with AxKit2, I found a few (minor) bugs in the code (e.g. sending multiple cookies didn't work). I thought it

Re: ax2: base-class in XSP documents fails

2008-06-17 Thread Matt Sergeant
On Fri, 6 Jun 2008 15:48:59 +0100, Martijn wrote: Hello again. Not sure if this is a bug, but I can't get AxKit2 to use base classes in XSP documents, via the base-class attribute of the xsp:page root element. Whenever I try to add a perl module that contains only an empty handler

Re: AxKit to AxKit 2? / axkit 1 axkit uris issues.

2008-06-17 Thread Matt Sergeant
On Tue, 17 Jun 2008 14:12:55 -0700, fess wrote: I have a site that has been running AxKit 1.6.2 for some years now. I have 2 questions: 1. Is there any documentation about the difference between the Axkit 1 and AxKit2? Any how to upgrade, why to upgrade documents? There isn't. I

Re: AxKit and Apache version

2008-02-03 Thread Matt Sergeant
On 3-Feb-08, at 4:47 AM, Vaclav Barta wrote: On Sunday 03 February 2008 01:11:57 Matt Sergeant wrote: On 2-Feb-08, at 1:58 PM, Jean-Michel Caricand wrote: I'm new with AxKit. I have a little question. Can I use AxKit 1.7.0 with mod_perl 2 ? Nope. Your best bet is to proxy through Apache2

Re: AxKit and Apache version

2008-02-02 Thread Matt Sergeant
On 2-Feb-08, at 1:58 PM, Jean-Michel Caricand wrote: I'm new with AxKit. I have a little question. Can I use AxKit 1.7.0 with mod_perl 2 ? Nope. Your best bet is to proxy through Apache2 onto an Apache 1.3.x backend with AxKit on. Matt.

Re: CONTINUATIONS

2007-11-28 Thread Matt Sergeant
On 27-Nov-07, at 9:39 AM, [EMAIL PROTECTED] wrote: I've had a look at the webmail example and am not much the wiser. Could someone have a look at my plugin and give me a big kick in the right direction so I can make it use continuations please? OK, so in AxKit continuations are designed for

Re: AxKit::XSP::WebUtils::redirect causing (many) warnings in error_log

2007-11-27 Thread Matt Sergeant
On 27-Nov-07, at 11:35 AM, Martijn wrote: On Nov 26, 2007 7:45 PM, Lars Skjærlund [EMAIL PROTECTED] wrote: And if not (they're just warnings after all), how to stop them from clogging the error log file. (They occur, even though I've set Apache's LogLevel to 'error' - though if this is really

Re: Danga and watching other FDs

2007-11-27 Thread Matt Sergeant
On 27-Nov-07, at 8:03 AM, [EMAIL PROTECTED] wrote: 1) $bbref should be stored somewhere, but where? I presume in the notes of something. If this is correct, which notes and how do I get them? I suppose Ax2/Danga somehow maintains a list of watched fds along with a persitent data structure?

Re: Modification of non-creatable hash value attempted

2007-11-27 Thread Matt Sergeant
On 27-Nov-07, at 12:21 PM, Vince LaMonica wrote: } So at this level $r isn't in scope. At least not the proper AxKit $r. You need } to be in the main output stage of the XSP page for the right $r to be valid. Thanks for the help - it is much appreciated! The only issue is that this code

Re: Uploading files

2007-06-12 Thread Matt Sergeant
[EMAIL PROTECTED] wrote: Lo, I did offer to write a file upload. Well, I haven't as yet... Mainly because I have no clue about Danga. Would a mod to the parse_post_params work ie have the danga stuff carefully hidden from me or will one of the project coders have to hack at it? You certainly

Re: AxKit2, Apache and all that

2007-06-09 Thread Matt Sergeant
Martijn wrote: Okay, that makes sense. But still, I'd like Apache and mod_perl to do all the other things -serving images, pdfs, taking care of authentication etc.- they have been doing so nicely for me all this time. But I am kind of confused about where to start. Or, since I would like to keep

Re: bus error on OS X

2007-05-26 Thread Matt Sergeant
On 25-May-07, at 11:11 PM, S. Woodside wrote: Anyone else running on OS X? It's developed on OS X :-) But I'm running XML::LibXML 1.59. I don't really trust macports... - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Ax2 file handling

2007-05-24 Thread Matt Sergeant
On 23-May-07, at 7:57 AM, Lars Skjærlund wrote: How do I make the XSLT engine fetch it's files from Ax2 like it did in Ax1? Ah I see... Yeah, so one of the decisions I made for Ax2 was that all this stuff in AxKit1 was too horribly fragile and broke too much, so I just didn't implement

Re: Ax2 file handling

2007-05-23 Thread Matt Sergeant
[EMAIL PROTECTED] wrote: Lars, I had created an Ax1 module that could extract the 'content.xml' from an OpenDocument .odt file - which is really just a zip-file wrapper around a collection of datafiles. It worked so well that I could call the document() function in an XSLT stylesheet, passing

Re: Ax2 AIO bug

2007-05-10 Thread Matt Sergeant
On 8-May-07, at 8:00 AM, [EMAIL PROTECTED] wrote: No. But I've just d/l it with the same result. It's probably a packet size problem as per my last problem OK, fixed in svn. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Ax2 AIO bug

2007-05-07 Thread Matt Sergeant
On 4-May-07, at 7:58 AM, [EMAIL PROTECTED] wrote: I thought I'd use the plugins in the aio directory. They work ok for most pages, however, for pages above a certain size, they hang. Well one of them does. The browser will get so much of the page to display, then it just sits there with the

Re: AxKit::XSP::Perform : f:single-select jumps back to default on non-validation

2007-05-03 Thread Matt Sergeant
On 3-May-07, at 12:35 PM, Martijn wrote: A short and simple question about the AxKit::XSP::Perform module: when another field in a form doesn't contain valid data -so, the way the module works, the form is shown again- all occurrences of f:single-select jump back to their default (or, in case

Re: Win32 - httpd.conf cannot parse any Ax* directives

2007-03-31 Thread Matt Sergeant
On 30-Mar-07, at 1:15 PM, [EMAIL PROTECTED] wrote: These are OK. PerlModule AxKit2 SetHandler perl-script PerlHandler AxKit2 I doubt they're OK - they just get ignored at startup time. AxKit2 doesn't work as an apache2 module. It runs stand-alone. If you need to serve via Apache2 you'll

Test of mailing list

2007-03-14 Thread Matt Sergeant
New server is up and running. Mail seems to be working. So lets see if ezmlm is working... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Test of new server...

2007-03-11 Thread Matt Sergeant
Checking if the mailing list is working... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Test of new server...

2007-03-11 Thread Matt Sergeant
On 11-Mar-07, at 8:08 PM, Yanick Champoux wrote: On Sunday 11 March 2007 16:53, Matt Sergeant wrote: Checking if the mailing list is working... Seems so. :-) Yup. Web site is totally down, but I'm working on it. Debian is very different to what I'm used to (but mostly in a nice

The big move

2007-03-10 Thread Matt Sergeant
Tomorrow axkit.org moves to a new server. I do *not* expect this to go well. It has been screw up after screw up so far (all my fault, basically), so we will almost 100% likely lose the web site for a time, but I'm hoping to have the mailing list setup. I'll send another post when things

Re: AxKit session plugin and automatic login

2007-02-21 Thread Matt Sergeant
[EMAIL PROTECTED] wrote: Hello. I'm new to this list (hello) and fairly new in my job, which I took over from a regular poster to this list. I've found my way around AxKit pretty well, but now I want to make some big changes to the website and I'm getting a bit stuck. Perhaps just stuck in

Re: Axkit2 and Apache fop?

2007-02-08 Thread Matt Sergeant
On 6-Feb-07, at 7:20 AM, [EMAIL PROTECTED] wrote: Ok, I have some lengthy processes coming up in the near future. Should I wait for the job server to be written or will I have to implement the above? Assuming the latter :) Yeah :-( If I were you I'd have some sort of job-server (mod_perl

Re: Passing data between plugins

2007-02-08 Thread Matt Sergeant
On 8-Feb-07, at 11:02 AM, Lars Skjærlund wrote: Actually, I would like to pass a bunch of information from my session plugin to later stages - are notes the best tool for that, or could I pass, say, a hash in some way? Notes are the best way - but they're not limited to text strings - you

Re: Axkit2 and Apache fop?

2007-01-30 Thread Matt Sergeant
[EMAIL PROTECTED] wrote: On 27 Jan 2007 at 13:20, Also Sprach Jörg Walter: So while a simple plugin would be enough for development purposes, when you go live you have to enhance that plugin to support asynchronous operation. That's not too hard, we're still talking about no more than 100

Re: Axkit2 and Apache fop?

2007-01-30 Thread Matt Sergeant
Matt Sergeant wrote: Yes. Though you have to be careful to close the listening socket in the forked child otherwise it might try and process connections (i.e. port 80 connections). Another point: Alternatively you could do what MailChannels do - talk to a mod_perl server to do slow stuff. I

Re: ax2 uploading files

2007-01-26 Thread Matt Sergeant
On 26-Jan-07, at 11:43 AM, [EMAIL PROTECTED] wrote: The plugin isn't written yet. Any idea when it might be? If it's not soon, I could always have a go myself in a week or two... We just need to implement multipart/form-data in the parse_post_data plugin. Shouldn't be too hard - I suggest

Re: Ax2: contributing

2007-01-25 Thread Matt Sergeant
On 25-Jan-07, at 5:10 AM, [EMAIL PROTECTED] wrote: Not sure how feasible it is, but we'll give it a go. Will it be another ax2 server that essentially does RPC from the main server? Something along the lines of using Danga to listen on a FD (as per the Ax2 docs)? The methods on the main ax2

Re: SSL

2007-01-24 Thread Matt Sergeant
On 24-Jan-07, at 7:21 AM, [EMAIL PROTECTED] wrote: I was wondering how easy it would be to add SSL to Ax2. The reason being I need an SSL webserver for another project and I'm unsure as to how difficult it would be to take the code and add in SSL myself. It wouldn't be serving web pages, just

Re: Ax2: contributing

2007-01-24 Thread Matt Sergeant
On 24-Jan-07, at 10:52 AM, [EMAIL PROTECTED] wrote: Given the above (I presume it's correct) the ways around it are 1) Have a separate DBI daemon that processes requests and uses Danga. ie A db request is palmed off to the DBI server and the DBI server gives Ax2 a kick when the data has been

Looking for a hosting deal

2007-01-19 Thread Matt Sergeant
Hi Everyone, Sorry to spam the users list with this, but my current hosting arrangement with my sort-of current job is about to expire (I have one week). I'm looking to find reasonably cheap hosting in as short a time as possible. My needs are fairly simple: root access. 512M ram 30G

Re: Ax2 request object?

2007-01-19 Thread Matt Sergeant
On 19-Jan-07, at 1:00 PM, Matt Sergeant wrote: It's an ugly hack though - one I'd rather try not to repeat. I wonder if we could just stash the Connection object in the $e that's passed to the taglib parser. Do you get access to that in taglibhelper functions? Darn, looks like no you

Re: Ax2 request object?

2007-01-18 Thread Matt Sergeant
On 18-Jan-07, at 5:43 AM, Lars Skjærlund wrote: Sorry for using the wrong subject in my last mail - trying again with a proper subject in the hope for an answer: I've finally started writing taglibs - they're written as Perl modules. However, I need access to what used to be the Apache

Re: Axkit2 wiki

2007-01-17 Thread Matt Sergeant
On 17-Jan-07, at 9:34 AM, [EMAIL PROTECTED] wrote: Are we to have an AxKit2 wiki or something hanging off the existing AxKit1 wiki? Not sure - what do you think would be best? I'm thinking start from scratch... I need to either beef up the wiki properly so that we can add accounts for

Re: Axkit2 wiki

2007-01-17 Thread Matt Sergeant
On 17-Jan-07, at 4:26 PM, Jörg Walter wrote: I need to either beef up the wiki properly so that we can add accounts for editors, or just go with a different piece of software for the wiki. Matt, trac has a built-in wiki. Why not use that? All in one place. I'd take a user account as well

Re: Ax2 production setup

2007-01-10 Thread Matt Sergeant
On 10-Jan-07, at 4:52 AM, [EMAIL PROTECTED] wrote: Now it's been mentioned before to use daemontools, so I can set that up. Is daemontools the way to go? I am more used to an rc.foo script. I've seen qpsmtpd (which is very similar to AxKit2) be setup both ways. Probably preferable over

Re: Danga and aio

2007-01-10 Thread Matt Sergeant
On 10-Jan-07, at 12:07 PM, [EMAIL PROTECTED] wrote: On 10 Jan 2007 at 9:30, Also Sprach Matt Sergeant: I've used this in the past to check if I'm using epoll (though that's not the same as whether aio is supported): my $POLL = with . ($Danga::Socket::HaveEpoll ? epoll

Re: Ax2 taglibs

2007-01-10 Thread Matt Sergeant
On 10-Jan-07, at 10:55 AM, Lars Skjærlund wrote: Hi list, Have spent the whole day trying to fight this: How do you create, install, and load an XSP taglib, written as a Perl module? Generally the same way you do any other perl module. Start with: h2xs -A -X -n

Re: (Fwd) Re: (Fwd) Re: Bug in parse_post_param

2007-01-08 Thread Matt Sergeant
Now fixed in SVN - thanks for the continued prodding. On 8-Jan-07, at 7:21 AM, [EMAIL PROTECTED] wrote: Any news as yet on the below? There appears to be a bug in parse_post_param plugin. It works for firefox but not for IE5.5 and IE6. I've tracked it down to IE setting the $$bref 2 bytes

Re: Ax2 seg fault

2006-12-01 Thread Matt Sergeant
was mistaken. The location / stops the seg faults etc, but then stops my other locations from working. Which is a Bad Thing and definitely not what I wanted :) On 29 Nov 2006 at 12:41, Also Sprach Matt Sergeant: On 28-Nov-06, at 5:29 AM, [EMAIL PROTECTED] wrote: Can you run it under gdb and get

Re: Ax2 seg fault

2006-11-29 Thread Matt Sergeant
On 28-Nov-06, at 5:29 AM, [EMAIL PROTECTED] wrote: Can you run it under gdb and get a stack trace? How do I do that? In the axkit2 dir, run: $ gdb perl gdb run ./axkit (and any flags you use here) Then do your thing that causes the segfault. It should stop the debugger, then type: gdb

Re: Ax2 seg fault

2006-11-27 Thread Matt Sergeant
On 27-Nov-06, at 4:19 AM, [EMAIL PROTECTED] wrote: All, I'm getting the error below when someone enters http://domain.dom:8000 59.44.58.37:4992 L6 uri_to_file uri_translation translate: / 59.44.58.37:4992 L7 uri_to_file uri_translation Translated to (request uri: /, path info: ) A

Re: (Fwd) Re: Bug in parse_post_param

2006-10-26 Thread Matt Sergeant
Sorry John, My wife had an accident while skating (fell backwards and fractured her skull) last week so I've had no free time to look into this at all. Sorry. On 26-Oct-06, at 8:08 AM, [EMAIL PROTECTED] wrote: 2nd go at this, I sent it on the 25th but it aint in the archive yet...

Re: Using methods in one plugin from another

2006-10-13 Thread Matt Sergeant
On 13-Oct-06, at 7:39 AM, [EMAIL PROTECTED] wrote: I thought I'd move some code from my plugin and put it into its own plugin. However, the methods in the new plugin need to be used by the first plugin. How do I go about doing this? I presume I need to somehow put the new plugins object ref

Re: Saving xml object to cache

2006-10-11 Thread Matt Sergeant
On 11-Oct-06, at 12:02 PM, [EMAIL PROTECTED] wrote: Is it possible? No. Either store the XML itself (string) or use a lexical scoped outside of your hook function to store it in. Matt. - To unsubscribe, e-mail: [EMAIL

Re: Bug in parse_post_param

2006-10-06 Thread Matt Sergeant
On 6-Oct-06, at 1:02 PM, [EMAIL PROTECTED] wrote: There appears to be a bug in parse_post_param plugin. It works for firefox but not for IE5.5 and IE6. I've tracked it down to IE setting the $$bref 2 bytes too long. So it's probably a CR/LF thing. Yeah there's vague mention of this in the

Re: File upload with single process

2006-10-05 Thread Matt Sergeant
On 5-Oct-06, at 5:06 AM, [EMAIL PROTECTED] wrote: As the Axkit daemon is single process, how is it envisaged to handle a file upload that takes a long time? That just works. It does it in the background using asynchronous I/O. This sort of thing scales much better than Apache does doing the

Re: parse_post_param problem

2006-10-05 Thread Matt Sergeant
On 5-Oct-06, at 5:03 AM, [EMAIL PROTECTED] wrote: The log below is from when the submit button is pressed. As one can see, the params username and passwordname are put into the clients param api but then are promptly forgot about due to a redirect. Is this expected behaviour? It's the

Re: uri_to_file

2006-09-23 Thread Matt Sergeant
On 23 Sep 2006, at 05:27, Lars Skjærlund wrote: You should have a look at plugins/typeless_uri. Typeless URIs are a Good Thing(tm), and they solve your DirectoryIndex problem as well. Well, it appears that my problem cannot be solved - you've added an error message now stating that I cannot

Re: FATAL PLUGIN ERROR

2006-09-19 Thread Matt Sergeant
On 18 Sep 2006, at 18:12, Lars Skjærlund wrote: I've now performed a series of tests, and XML::Simple works perfectly well - except when executed within the Ax2 environment :-( That really is bizarre. Well a work around is to set: $XML::Simple::PREFERRED_PARSER = 'XML::Parser'; To get

Re: OT- Ever so slightly

2006-09-19 Thread Matt Sergeant
On 19-Sep-06, at 12:38 PM, Anthony Gardner wrote: I've just done a minute test and was shocked at how slow LibXSLT is comparted to looping rhrough a struct creating the HTML. I only timed the transform for LibXSLT and the whole reading of the struct. timethis( $count, sub { $html =

Re: OT- Ever so slightly

2006-09-19 Thread Matt Sergeant
On 19-Sep-06, at 2:46 PM, Anthony Gardner wrote: Without the html stuff, the template looks like xsl:template match='/config' .. html type stuff xsl:apply-templates select='languages' / ... html type stuff /xsl:template xsl:template match='languages'

Re: Temporary data storage

2006-09-18 Thread Matt Sergeant
On 17 Sep 2006, at 12:26, [EMAIL PROTECTED] wrote: When a request comes in the uri params are encrypted so I have to decrypt them and parse them. eg localhost:8000/emap?rose=encrypted string Where can I put the parameters? Should I 1) Have a my %hash in the plugin? 2) store a hashref in notes

Re: FATAL PLUGIN ERROR

2006-09-18 Thread Matt Sergeant
On 17 Sep 2006, at 07:56, Lars Skjærlund wrote: 10.0.16.50:1235 L3 FATAL PLUGIN ERROR: Can't locate object method new via package XML::LibXML::SAX at /usr/lib/perl5/site_perl/5.8.8/XML/SAX/ParserFactory.pm line 43. XML::Simple uses SAX if it's available. Perhaps you have a bug in your

Re: Temporary data storage

2006-09-18 Thread Matt Sergeant
On 18-Sep-06, at 8:54 AM, [EMAIL PROTECTED] wrote: Well my app is going in the one plugin. The only hook I have (up to now) is xmlresponse. So I want to share it across methods in the plugin. But not between plugins. So you have two options for storage. Both require creating a hash: my

Re: AxKit2 on Windows

2006-09-18 Thread Matt Sergeant
On 18-Sep-06, at 10:47 AM, Andrew Davies wrote: thanks for the earlier advice re porting my AxKit1 stuff... I am going to try AxKit2 behind apache so I can use my Auth:: stuff, and well, I always wanted to rewrite that session stuff anyway! So I fall at the first hurdle- I can't get AxKit2

Re: Request URI

2006-09-16 Thread Matt Sergeant
Lars Skjærlund wrote: Hi list, I've discovered an abnormal behaviour in Ax2: In most respects, uri_to_file does it work. However, in the case of a dirindex file beeing called, $hd-request_uri isn't set to the resolved filename, it's left at the original request format. Example: In my present

Re: continuations

2006-09-14 Thread Matt Sergeant
[EMAIL PROTECTED] wrote: Reading the docs, I've come to the continuation section. Does it only apply to disk stuff or could I write something that handled long database queries, for example? My advice is stay away from the continuations if you don't fully understand asynchronous

Re: Axkit2 Caching

2006-09-14 Thread Matt Sergeant
[EMAIL PROTECTED] wrote: On 13 Sep 2006 at 14:20, Also Sprach Matt Sergeant: [EMAIL PROTECTED] wrote: Is the Cache::Cache stuff in there for us to roll our own caching of html pages or does Axkit2 have that inbuilt? I'm looking for feedback on caching. I got fantastic performance when I

Re: Providers?

2006-09-14 Thread Matt Sergeant
Lars Skjærlund wrote: As you can see, I've tried to handle it directly in my routine, but I've also tried to do it the way you recommended (with a proper change of axkit.conf, of course). No matter what, I get the same error: 10.0.16.50:3220 L3 FATAL PLUGIN ERROR: Entity: line 1: parser error

Re: Providers?

2006-09-14 Thread Matt Sergeant
Lars Skjærlund wrote: Hi Matt, As you can see, I've tried to handle it directly in my routine, but I've also tried to do it the way you recommended (with a proper change of axkit.conf, of course). Have you printed/logged what's in $document? Yep - it _does_ contain the content of

Re: Dynamic configuration

2006-09-14 Thread Matt Sergeant
Lars Skjærlund wrote: Hi list, As my last encounters have shown, I'm working on a plugin to handle OpenDocument files. I hope this might be useful to a lot more people than just us, and I will contribute it in some way when it's finished. We do plan to register with CPAN to make our modules

Re: Is AxKit 2 for me (yet)?

2006-09-13 Thread Matt Sergeant
Sebastian Rahtz wrote: So can anyone give some hints as to what I can expect to just work and what else may involve pain? but it turns out AxKit 2 is nothing to do with Apache at all (do I understand right?), so anything related to apache will have to be rewritten. some care to

Re: Axkit2 Caching

2006-09-13 Thread Matt Sergeant
[EMAIL PROTECTED] wrote: Is the Cache::Cache stuff in there for us to roll our own caching of html pages or does Axkit2 have that inbuilt? I'm looking for feedback on caching. I got fantastic performance when I benchmarked doing XSLT without caching (just caching the stylesheet forever), and

Re: Providers?

2006-09-13 Thread Matt Sergeant
Lars Skjærlund wrote: Hi list, I'm trying to work my way through the new AxKit2 code - but before I figure it out myself, maybe someone would be kind enough to help me: Where's the equivalent of an AxKit1 Provider? We were thinking of whether we should do a hook for this, but instead we made

Re: Is AxKit 2 for me (yet)?

2006-09-13 Thread Matt Sergeant
Jörg Walter wrote: Cookie support could be a bit rough, didn't use it yet (Matt knows the answer). Cookie support rocks. And works well. (no AuthCookie though). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

ANNOUNCE: AxKit2 v1.1

2006-09-09 Thread Matt Sergeant
Obviously, any good leader operates under the assumption that the people being led are astonishingly gullible. This has proven to be a fair assumption throughout history, as demonstrated by the fact that many leaders have not been assassinated. -- Scott Adams The

Re: libxml2 + libxslt versions

2006-09-06 Thread Matt Sergeant
On 6-Sep-06, at 10:12 AM, Christopher H. Laco wrote: [EMAIL PROTECTED] wrote: For AxKit 1.7, that version is fine. If you want/need more up to date features (or have stability issues) you'll need the SVN version of AxKit as XML::LibXML 1.59 broke compatibility. That's the second time I've

Re: ANNOUNCE: AxKit2 1.0

2006-08-31 Thread Matt Sergeant
On 30 Aug 2006, at 06:53, Lars Skjærlund wrote: With the risc of beeing of-topic [snip] I always love to hear success stories, and that one was absolutely fantastic. Congratulations. It almost makes me wish I was still a contractor so I could help you out :-) Now I just have to work on

ANNOUNCE: AxKit2 1.0

2006-08-18 Thread Matt Sergeant
forwarded message: From: PAUSE [EMAIL PROTECTED] Date: August 18, 2006 8:37:42 PM EDT (CA) To: Matt Sergeant [EMAIL PROTECTED] Subject: CPAN Upload: M/MS/MSERGEANT/AxKit2-1.0.tar.gz Reply-To: cpan-testers@perl.org The uploaded file AxKit2-1.0.tar.gz has entered CPAN as file: $CPAN/authors

Re: Can't use string (XML::LibXSLT) as a HASH ref while strict refs

2006-08-16 Thread Matt Sergeant
Upgrading XML::LibXML to 1.59 breaks AxKit. You can either use AxKit SVN or XML::LibXML 1.58. I recommend the former if you can (some places it breaks corp policy), because there have been a lot of fixes to XML::LibXML. On 16-Aug-06, at 6:23 PM, Tim Hibbard wrote: I'm getting an error in

Status Update: Docs!

2006-08-15 Thread Matt Sergeant
Woot! Ok that's a little cheer because I spent a large chunk of this evening writing docs to get people started with AxKit2. So download (still only from svn) and run: $ cp etc/axkit.conf.sample etc/axkit.conf $ ./axkit (at this point you'll probably have loads of CPAN dependencies to

Re: Q on semacode site using axkit /. effect

2006-08-14 Thread Matt Sergeant
On 13-Aug-06, at 10:14 PM, S. Woodside wrote: On Aug 13, 2006, at 7:33 PM, [EMAIL PROTECTED] wrote: Hi Simon, Oh and if you haven't already seen it in operation, visit my site below or http://semacode.org I was checking out semacode (cool software btw) the other day noticed you had a

AxKit2: Status Update (3)

2006-08-13 Thread Matt Sergeant
XSP, XSLT, TAL working. XSP TaglibHelper working. Haven't tested SimpleTaglib yet, but it's there. XPathScript is there but there appear to be bugs (no transform method found in XML::XPathScript). Console added so you can log in and get stats on your server. Memory leak found and fixed.

Re: AxKit2 - a status update

2006-08-09 Thread Matt Sergeant
On 9-Aug-06, at 8:25 AM, [EMAIL PROTECTED] wrote: This is quite on-topic I think. The answer is it's much faster. There's a huge overhead in forking, and it just doesn't scale. I presume that there is an event loop. When an event happens and the processing of that event takes, for example,

Re: AxKit2 - a status update

2006-08-09 Thread Matt Sergeant
On 9-Aug-06, at 9:47 AM, [EMAIL PROTECTED] wrote: The server sits there listening for a request. This request has to go to a db, retrieve lots of data, generate the xml etc and eventually pass back html. Let's say that the retrieval of data takes about 5 mins. If 100 users put in a request at

Re: AxKit2 - a status update

2006-08-09 Thread Matt Sergeant
On 9-Aug-06, at 5:26 PM, William Ahern wrote: On Wed, Aug 09, 2006 at 05:14:42PM -0400, Matt Sergeant wrote: The best way then to handle this is integrate your current daemon, or re-write one end of that pipe so that Danga::Socket handles the results rather than your current setup

Re: AxKit2 - a status update

2006-08-08 Thread Matt Sergeant
On 8-Aug-06, at 10:38 AM, [EMAIL PROTECTED] wrote: On 8 Aug 2006 at 9:53, Also Sprach Matt Sergeant: I'm not quite sure what you're looking for here. Personally my use of axkit is for webapps, pure perl using sawa. No taglibs at all. (what drugs induced taglibs?!!) I think the only benefit

Re: AxKit2 - a status update

2006-08-08 Thread Matt Sergeant
On 8-Aug-06, at 10:40 AM, [EMAIL PROTECTED] wrote: On 8 Aug 2006 at 9:45, Also Sprach Matt Sergeant: But also after spending 7 years working with mod_perl I think I've decided I don't like it all that much :-) Why not? Too big and complicated. Ultimately the big win of mod_perl

Re: AxKit2 - a status update

2006-08-08 Thread Matt Sergeant
On 8-Aug-06, at 10:48 AM, Stuart Brown wrote: Is this XSP taglibs? They will work out of the box (only I haven't ported that functionality yet). If they're XSLT-style taglibs yes I'm sure those will work too. The big change will be that you will have to write new config files, and maybe some

Re: AxKit2 - a status update

2006-08-08 Thread Matt Sergeant
On 8-Aug-06, at 12:19 PM, [EMAIL PROTECTED] wrote: What perl libs? Danga::Socket (used by perlbal and qpsmtpd), Why not perlbal? I presume it doesn't do things that you want axkit2 to do, but what? More flexible config, better hooks for http delivery, querystring parsing, the actual

Re: AxKit2 - a status update

2006-08-06 Thread Matt Sergeant
On 6-Aug-06, at 3:28 AM, S. Woodside wrote: But what you're talking about seems like a major divergence. That's cool, because I can't wait to see how it's all going to turn out. I'm sure it will be interesting. But will it be a solution that I'll want to use? I hope so. :-) It seems

Re: AxKit2 - a status update

2006-08-06 Thread Matt Sergeant
On 6-Aug-06, at 8:39 PM, S. Woodside wrote: But with my own stuff on semacode.org I do want to add user logins and interactive features eventually. On the other hand, I don't want to use AxKit for everything, at least for the foreseeable future. For example I've adopted Sympa as my mailing

Re: Re : AxKit2 Status Update

2006-08-05 Thread Matt Sergeant
On 5-Aug-06, at 6:07 PM, Jerome wrote: I'm interested about playing with axkit2. Where can I find it please ? You need SVN to check it out. Then do: $ svn co svn://axkit.org/AxKit2 $ cd AxKit2/trunk $ ./axkit That sets up the server running on port 8000.

AxKit2 Status Update

2006-08-04 Thread Matt Sergeant
Current status: - TAL working (Petal, but using a tal2xslt stylesheet and using LibXSLT to execute) - XPathScript working - XSLT and XSP working - Demo started. Contains examples of XSP, XSLT, TAL and XPathScript. - Gallery added. This is our first real example app - a port of

Re: Improved axkit uri scheme

2006-08-01 Thread Matt Sergeant
On 1-Aug-06, at 5:48 AM, Jerome wrote: I working on an axkit based portal. The main goal is to provide content aggregation. I would like to achieve this using the XSLT document() function and axkit: loopback protocol. The main problem is these URIs don't support query strings. I looked

Re: [SVN] [16] Bug fixes

2006-07-31 Thread Matt Sergeant
On 30-Jul-06, at 2:59 PM, Tom Howe wrote: Hi, I have use axkit and probably will again one day and would like to continue to receive general updates but don't have any need to see subversion commit messages, especially if development ramps up to any degree. Can you filter them out? Maybe we

Re: [SVN] [16] Bug fixes

2006-07-29 Thread Matt Sergeant
On 29-Jul-06, at 6:51 AM, Robin Berjon wrote: Hey Matt, not that I personally mind, being interested and subscribed to both (I think), but shouldn't the commit messages go to -developers? The plan was to disband the -devel list because the project is now so quiet we don't really need

Re: Axkit Hosters

2006-07-28 Thread Matt Sergeant
On 27-Jul-06, at 10:26 AM, [EMAIL PROTECTED] wrote: On 27 Jul 2006 at 9:00, Also Sprach Matt Sergeant: I think you'd have to find a dedicated host. These days lots of places are doing xen based hosting, so it's not that expensive. What is xen based hosting? Shared servers, only you get

Re: Axkit Hosters

2006-07-27 Thread Matt Sergeant
On 26-Jul-06, at 4:33 PM, Tim Hibbard wrote: Does anyone know a web hosting company that will host an AxKit application?? I think you'd have to find a dedicated host. These days lots of places are doing xen based hosting, so it's not that expensive. Matt.

AxKit2 - a status update

2006-07-27 Thread Matt Sergeant
Well every once in a while someone still asks about AxKit 2. I know this project has mostly floundered and people have gone on to other things, but I still find some value in the XML paradigm for web development - specifically in saving me from worrying about XSS errors, but also it looks

Spam - Re: Bangalore IT Directory - 2006

2006-07-17 Thread Matt Sergeant
I have no idea how that happened. The address doesn't appear subscribed to the mailing list, so they could have subscribed, posted, and unsubbed. I'll look into it. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Caching

2006-04-11 Thread Matt Sergeant
On 11-Apr-06, at 4:17 PM, Aaron Steager wrote: I read through http://axkit.org/wiki/view/AxKit/XSPGuide about caching and everything else. So I put the example code in one of my XSP pages to see if it would give me any improvements and I don't believe it did, probably because I'm not

Re: Catalyst w/ AxKit

2005-12-16 Thread Matt Sergeant
I guess there's probably not much of AxKit you'd be using, so might be easier to just use an XSLT transformer inside Catalyst... Alternatively if there's bits of AxKit you want to use (stylechoosers, etc) then a Catalyst Provider would be a good idea. On 16 Dec 2005, at 07:37, [EMAIL

Re: XMLBeans help requested

2005-12-15 Thread Matt Sergeant
On 15 Dec 2005, at 10:33, javan (sent by Nabble.com) wrote: I am glad this worked for you. Please have a practice of rating any response you get or read so that it's helpful for other people searching for same issue resolution. Err, I'm not sure what's going on here, but this is a mailing

Re: Segmentation Fault

2005-11-18 Thread Matt Sergeant
On 18 Nov 2005, at 12:27, Lars Skjærlund wrote: Hi list, I'm running AxKit 1.62 - and all of a sudden, my kit has stopped working. Instead, I get loads of 'Segmentation fault (11)' in the logfile. Googling a little around, I see this is a wellknown phenomena, however, most hits are rather

ANNOUNCE: AxKit 1.7

2005-11-04 Thread Matt Sergeant
It really has been a long time, hasn't it... Well AxKit 1.7 is finally out. The core developers have been very busy getting on with real life, so it took a long time to make a release - sorry about that. The focus now is on porting to Apache2, for what will be called AxKit 2. While we had

  1   2   3   4   5   6   7   >