[Catalyst] More Application or More Controllers

2010-04-09 Thread Amit Jha
Hi, Can any body help me on finding out a best way: I am planning to build an application on catalyst. I have 3 different module 1. Admin Utility. 2. Search Utility. 3. Index List Utility. All modules have lots of jobs to perform. My question is to create a separate catalyst app for each and

[Catalyst] Catalys App Structure

2010-03-09 Thread Amit Jha
Hi All, I am planning to start development with Catalyst and planning to deploy  the app on mod_perl, cgi and fastcgi.  I have following concern: 1. I am planning to put 4 catalyst app under a directory and some app will run on mod_perl and one on cgi and other one on Fastcgi. Will it be a

[Catalyst] Direct Web Remoting(DWR) in catalyst

2010-02-23 Thread Amit Jha
Hi, Is there any plug-in for catalyst which supports what DWR does for JAVA. Amit    Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! http://downloads.yahoo.com/in/internetexplorer/___ List:

[Catalyst] Authentication Using Catalyst::Authentication::Store::LDAP

2010-02-15 Thread Amit Jha
Hi All, In my authentication module I am trying to add  DBIC and LDAP authentication via Catalyst::Authentication::Store::LDAP. DBIC is working fine but LDAP is not. Following is app configuration file: __PACKAGE__-config(     'Plugin::ConfigLoader' = {     driver = {    

Re: [Catalyst] Using Catalyst with mod_per or FastCGI on heavy traffic web application

2010-01-31 Thread Amit Jha
things both ways.  My current setup is similar to yours:  FreeBSD, lighttpd, Catalyst, and PostgreSQL. Adam PS, I'm curious why you're using mysql.  Is there a way in which its better than Postgres? On Fri, Jan 29, 2010 at 04:35:10PM +0530, Amit Jha wrote: Does anyone have any advice on what

[Catalyst] Using Catalyst with mod_per or FastCGI on heavy traffic web application

2010-01-29 Thread Amit Jha
Does anyone have any advice on what will the best option mod_perl or FastCGI or something else. if I have the following development/production environment for my web application which is a search engine. 1. Linux(RHEL5) 2. Apache 2.2.x 3. Perl 5.10 4. mod_perl 2.0.x 5. mysql 5.1.x 6. Catalyst