Hi again, if i cut my big xml to a16th of the original size, I have an acceptable speed using DancingAppl.pl for development. Is there any chance by improving speed enough by proper deployment to get it working with full xml? In Dancer::Deployment various deployment strategies are described, but the text doesn't say very much about performance. Thanks! Maurice
On Tuesday 24 August 2010 18:26:30 Maurice Mengel wrote:
Hi again,
if i cut my big xml to a16th of the original size, I have an acceptable speed using DancingAppl.pl for development. Is there any chance by improving speed enough by proper deployment to get it working with full xml? In Dancer::Deployment various deployment strategies are described, but the text doesn't say very much about performance. Thanks!
The choice of deployment method will affect performance in terms of the number of requests per second handled, but will make no appreciable difference in performance for a single long-running request. Just how big *is* this XML, to be causing your app to be unacceptably slow? Cheers Dave P -- David Precious <davidp@preshweb.co.uk> http://blog.preshweb.co.uk/ www.preshweb.co.uk/twitter www.preshweb.co.uk/linkedin www.preshweb.co.uk/facebook www.preshweb.co.uk/identica www.lyricsbadger.co.uk "Programming is like sex. One mistake and you have to support it for the rest of your life". (Michael Sinz)
It's about 10 MB or about 6000 records all in one file. It shouldn't be so slow. I am using HTTP::OAI which works quite ok, but is slow apparently. I just don't understand why exactly. It seems to be using LibXML. I will handle the data differently to speed things up.Thanks for the answer anyways. I was thinking in the same direction. On Tue, Aug 24, 2010 at 3:36 PM, David Precious <davidp@preshweb.co.uk> wrote:
On Tuesday 24 August 2010 18:26:30 Maurice Mengel wrote:
Hi again,
if i cut my big xml to a16th of the original size, I have an acceptable speed using DancingAppl.pl for development. Is there any chance by improving speed enough by proper deployment to get it working with full xml? In Dancer::Deployment various deployment strategies are described, but the text doesn't say very much about performance. Thanks!
The choice of deployment method will affect performance in terms of the number of requests per second handled, but will make no appreciable difference in performance for a single long-running request.
Just how big *is* this XML, to be causing your app to be unacceptably slow?
Cheers
Dave P
-- David Precious <davidp@preshweb.co.uk> http://blog.preshweb.co.uk/ www.preshweb.co.uk/twitter www.preshweb.co.uk/linkedin www.preshweb.co.uk/facebook www.preshweb.co.uk/identica www.lyricsbadger.co.uk
"Programming is like sex. One mistake and you have to support it for the rest of your life". (Michael Sinz) _______________________________________________ Dancer-users mailing list Dancer-users@perldancer.org http://www.backup-manager.org/cgi-bin/listinfo/dancer-users
participants (2)
-
David Precious -
Maurice Mengel