On Wed, 30 Jan 2002, Richard R. McKinley wrote: > I am a Cocoon 2 user and have found that platform to be a bit > tempermental. I don't know why, but it always seems to give me hassle. > I am interested in AxKit hoping that it will work better.
Intersting :-) > One problem with Cocoon 2 is hosting. I have to use Java hosting which > is more expensive than Linux/Apache hosting. What should I look for in > a host? mod_perl? What else? Does anyone recommend a good host for > using AxKit? There's a list of hosting companies known to support mod_perl at http://perl.apache.org/isp.html However be forewarned - they will probably require you to take a co-lo box, because mod_perl is terribly insecure for ISPs on shared boxes (because it's a flat memory space, so you can access other people's variables). One thing you might look into is CGI::XMLApplication though - that will run as a plain old CGI script, and scale up to mod_perl if and when you need that speed. Kip Hampton has written a couple of articles on it for his column on XML.com that will get you started if that's the route you decide to take. -- <!-- Matt --> <:->Get a smart net</:-> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
