[Catalyst] Re: Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2009-02-07 Thread Aristotle Pagaltzis
* Anton Katsarov t...@katsarov.org [2009-02-05 17:50]: I can also confess that the Internet connection in my town is not so good. If you’re on a modem then 5 seconds might well feel adequate. The apps I work on load in something like 0.6 +/-0.3 seconds. If you use an ORM for the model and the

Re: [Catalyst] Re: Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2009-02-05 Thread Anton Katsarov
В 13:20 -0800 на 04.02.2009 (ср), J. Shirley написа: It's hideously slow. It took 16 seconds to load, and most of that was the first byte. I do agree. But that is because of the statics. I did some changes to my .htaccess to serve the static directly from the webserver and now it loads for 5

Re: [Catalyst] Re: Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2009-02-05 Thread J. Shirley
On Thu, Feb 5, 2009 at 8:09 AM, Anton Katsarov t...@katsarov.org wrote: В 13:20 -0800 на 04.02.2009 (ср), J. Shirley написа: It's hideously slow. It took 16 seconds to load, and most of that was the first byte. I do agree. But that is because of the statics. I did some changes to my

Re: [Catalyst] Re: Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2009-02-05 Thread Joel Bernstein
2009/2/5 J. Shirley jshir...@gmail.com: On Thu, Feb 5, 2009 at 8:09 AM, Anton Katsarov t...@katsarov.org wrote: В 13:20 -0800 на 04.02.2009 (ср), J. Shirley написа: It's hideously slow. It took 16 seconds to load, and most of that was the first byte. I do agree. But that is because of the

Re: [Catalyst] Re: Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2009-02-05 Thread Anton Katsarov
В 08:30 -0800 на 05.02.2009 (чт), J. Shirley написа: If 5 seconds works for you, cool. Just as a benchmark, all my apps send full HTML in under .8 seconds (or I tune them until they do). It's relatively easy to get FCGI support and a lot of cheap hosts provide it. I don't want to argue,

Re: [Catalyst] Re: Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2009-02-05 Thread Bill Moseley
On Thu, Feb 05, 2009 at 06:09:58PM +0200, Anton Katsarov wrote: В 13:20 -0800 на 04.02.2009 (ср), J. Shirley написа: It's hideously slow. It took 16 seconds to load, and most of that was the first byte. I do agree. But that is because of the statics. I did some changes to my .htaccess

Re: [Catalyst] Re: Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2009-02-05 Thread J. Shirley
On Thu, Feb 5, 2009 at 8:42 AM, Anton Katsarov t...@katsarov.org wrote: В 08:30 -0800 на 05.02.2009 (чт), J. Shirley написа: If 5 seconds works for you, cool. Just as a benchmark, all my apps send full HTML in under .8 seconds (or I tune them until they do). It's relatively easy to get FCGI

Re: [Catalyst] Re: Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2009-02-04 Thread Anton Katsarov
В 11:30 +0200 на 03.10.2008 (пт), Aristotle Pagaltzis написа: That’s going to be extraordinarily slow. Hello this site: http://www.djmag.bg/ is running on CGI. I think it works fast enough. How do you find it? Regards. ___ List:

Re: [Catalyst] Re: Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2009-02-04 Thread J. Shirley
On Wed, Feb 4, 2009 at 12:59 PM, Anton Katsarov t...@katsarov.org wrote: В 11:30 +0200 на 03.10.2008 (пт), Aristotle Pagaltzis написа: That's going to be extraordinarily slow. Hello this site: http://www.djmag.bg/ is running on CGI. I think it works fast enough. How do you find it?

[Catalyst] Re: Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2008-10-03 Thread Aristotle Pagaltzis
* Lee Aylward [EMAIL PROTECTED] [2008-10-03 00:40]: Assuming that your shared host has all of the required modules installed you can use the .cgi script found in the /scripts directory of your catalyst application. That’s going to be extraordinarily slow. Regards, -- Aristotle Pagaltzis //