> ...

Well I started experimenting tonight and found that without too much work I
could get my framework up and running
On lighttpd and fastcgi with mason.
First thing I noticed was a speed improvement of 75%

However I'm not very familiar with perl's CGI and the fake apache request
object isn't fully fledged.
I'm currently looking left right and center for a method of reading the
contents of a post.
CGI seems to like the idea of them being params, but that's obviously not
always the case.

my $json_input;
$r->read($json_input, $r->headers_in->{'Content-length'});
my $json_obj = jsonToObj($json_input);

There are other cases where my content is an xml message too.

Apart from that, it seems like a worthwhile test.

G


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to