Re: [Catalyst] Application stallling problem

2009-05-06 Thread kakimoto
hi, all, I found that the problem again. 1) I ran my application with DBIC_TRACE=1 ie DBIC_TRACE=1 myapp_server.pl -d 2) When I clicked on a link which shows me all the subscription listings belonging to an agent, the application loads the page just fine (and quickly) 3) I then moved on to

Re: [Catalyst] Application stallling problem

2009-05-04 Thread kakimoto
Catalyst 5.8 doesn't do this. If you're using 5.8 that's not the problem. hello, Ian, thanks for the reply. I have upgraded my catalyst runtime to version 5.8. I will report to the mailing list if this problem comes up again. So far, I have observed it once (with catalyst runtime

Re: [Catalyst] Application stallling problem

2009-05-04 Thread Ian Wells
2009/5/4 kakim...@tpg.com.au: Kieren- try running your server under the debugger i.e. script/myapp_server.pl -d and hit control-c where the application stalls to see where in the code it's stalling. Hello, Kieren,  Good morning. Strangely I tried it and it seems to be acting right.

Re: [Catalyst] Application stallling problem

2009-05-03 Thread kakimoto
hi Kieren and everyone:) I have sent through my templates in my previous reply. Could I please have some feedback when you are ready? Again, thank you everyone for your help ! :) K. akimoto ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] Application stallling problem

2009-05-03 Thread Kieren Diment
try running your server under the debugger i.e. script/myapp_server.pl -d and hit control-c where the application stalls to see where in the code it's stalling. On 04/05/2009, at 10:38 AM, kakim...@tpg.com.au wrote: hi Kieren and everyone:) I have sent through my templates in my previous

Re: [Catalyst] Application stallling problem

2009-05-03 Thread kakimoto
Kieren- try running your server under the debugger i.e. script/myapp_server.pl -d and hit control-c where the application stalls to see where in the code it's stalling. Hello, Kieren, Good morning. Strangely I tried it and it seems to be acting right. I will keep your instructions handy and if I

Re: [Catalyst] Application stallling problem

2009-04-11 Thread kakimoto
Hello, Kieren, Good morning. Thank you for your help. I have the templates below. My apologies if it is too long but I really need some pointers here. The main file, home/kakimoto/projects/myApp/root/src/index.tt2 decides if we show the general static content if the user is not logged in. If

Re: [Catalyst] Application stallling problem

2009-04-09 Thread kakimoto
hello , everyone :) good morning. Happy eAster! any more ideas? thank you Quoting kakim...@tpg.com.au: Hello, Kieren, thank you for your feedback. 1) CGI Template Toolkit plugin - not using it I do not think that I am using the CGI Template Toolkit plugin. I have only been

Re: [Catalyst] Application stallling problem

2009-04-09 Thread Kieren Diment
Show us your template. On 10/04/2009, at 11:22 AM, kakim...@tpg.com.au wrote: hello , everyone :) good morning. Happy eAster! any more ideas? thank you Quoting kakim...@tpg.com.au: Hello, Kieren, thank you for your feedback. 1) CGI Template Toolkit plugin - not using it I do not

Re: [Catalyst] Application stallling problem

2009-04-08 Thread kakimoto
hello good morning. The page which I access at first doesn't require any database request. It's just pretty much a page that's generated by template toolkit and that's it. On the terminal which I am running the myapp_server.pl script, it seems to stall and not do anything when i put in another

Re: [Catalyst] Application stallling problem

2009-04-08 Thread Kieren Diment
Are you using the CGI Template Toolkit plugin thingy? Don't. This will cause your problem as described. If not you've given us insufficient information Fastcgi is easier to setup on shared hosting, and has some advantages. CATALYST_ENGINE=HTTP::Prefork script/myapp_server.pl is

Re: [Catalyst] Application stallling problem

2009-04-08 Thread kakimoto
Hello, Kieren, thank you for your feedback. 1) CGI Template Toolkit plugin - not using it I do not think that I am using the CGI Template Toolkit plugin. I have only been using Template Toolkit as prescribed in the Catalyst tutorials. in my file, /myAppl/lib/myApp/View/HTML.pm, I have the

Re: [Catalyst] Application stallling problem

2009-03-26 Thread Tomas Doran
kakim...@tpg.com.au wrote: sorry, guys, some bad character encodings from my mail client. Here's the mail again: Any ideas?? Not sure, but I think its something between the server you're using and the browser - if you're getting the request table, then as far as the Catalyst server is

Re: [Catalyst] Application stallling problem

2009-03-26 Thread Alexander Hartmaier
The test server can only process one request per time! Maybe your first request blocks the server cause a e.g. database query takes long so the second query isn't handles by the server. - BR Alex Am Donnerstag, den 26.03.2009, 14:17 +0100 schrieb Tomas Doran: kakim...@tpg.com.au wrote:

Re: [Catalyst] Application stallling problem

2009-03-26 Thread K. akimoto
hello Alex, Good morning. Not likely. The pages I am requesting don't even use the database. Just controller and view needed. any ideas, everyone? K. akimoto 2009/3/27 Alexander Hartmaier alexander.hartma...@t-systems.at The test server can only process one request per time! Maybe

[Catalyst] Application stallling problem

2009-03-25 Thread K. akimoto
hi guys, i have this issue when i click on any url of my site more than once (ie double clicking). When i click more than once, the site stalls and nothing loads (even if it's just a light weight static page that i want to load). Example: 1. i load up www.lginsurance.com 2. all loaded up

Re: [Catalyst] Application stallling problem

2009-03-25 Thread kakimoto
sorry, guys, some bad character encodings from my mail client. Here's the mail again: hi guys, i have this issue when i click on any url of my site more than once (ie double clicking). When i click more than once, the site stalls and nothing loads (even if it's just a light weight static page