Re: [Catalyst] Re: New engine: HTTP::Prefork

2008-04-07 Thread Andy Grundman
On Apr 7, 2008, at 8:57 AM, Aristotle Pagaltzis wrote: * Andy Grundman [EMAIL PROTECTED] [2008-04-06 17:10]: Multiple processes is really the only way to go for a web server. You mean, a webserver for running Catalyst apps? ’Cause in the general case, a single-process, select-based server

Re: [Catalyst] CatalystSites.org

2008-04-07 Thread Stephen Sykes
Carl Johnstone wrote: The site looks nice, but I find it a little bloatware to talk of 40+ sites, when it's obvious that a good part of them share the same layout and codebase and only differ in the content. That would actually be my fault, as I added those sites. The aim is to create a list

RE: [Catalyst] Why use external FastCGI apps?

2008-04-07 Thread Matt Pitts
-Original Message- From: Matt S Trout [mailto:[EMAIL PROTECTED] Sent: Sunday, April 06, 2008 12:01 PM To: The elegant MVC web framework Subject: Re: [Catalyst] Why use external FastCGI apps? On Mon, Mar 10, 2008 at 10:47:01AM -0400, Matt Pitts wrote: I'm honored by the invitation

RE: [Catalyst] Memory leak under FastCGI?

2008-04-07 Thread Matt Pitts
-Original Message- From: Matt S Trout [mailto:[EMAIL PROTECTED] Sent: Sunday, April 06, 2008 1:18 PM To: The elegant MVC web framework Subject: Re: [Catalyst] Memory leak under FastCGI? On Wed, Mar 19, 2008 at 03:32:12PM -0400, Matt Pitts wrote: I have not yet determined if the

Re: [Catalyst] New credential -- Catalyst::Authentication::Credential::OpenID

2008-04-07 Thread Ashley
On Apr 7, 2008, at 10:30 AM, Jay K wrote: Hi Ashley, Sorry for the delay, It sounds quite interesting. Are you working off of the auth module in svn at the moment, or the released version. I ask because there are changes in svn that might make it easier to implement. I'm in the process of

[Catalyst] Re: New credential -- Catalyst::Authentication::Credential::OpenID

2008-04-07 Thread Aristotle Pagaltzis
Hi Ashley, * Ashley [EMAIL PROTECTED] [2008-04-07 20:10]: http://search.cpan.org/dist/Catalyst-Authentication-Credential-OpenID/ is there any way to tell which OpenID provider was used for a particular credential? F.ex. a company might use OpenID as its SSO mechanism, by setting up an OpenID

[Catalyst] Re: New engine: HTTP::Prefork

2008-04-07 Thread Aristotle Pagaltzis
* Andy Grundman [EMAIL PROTECTED] [2008-04-07 15:30]: On Apr 7, 2008, at 8:57 AM, Aristotle Pagaltzis wrote: You mean, a webserver for running Catalyst apps? ’Cause in the general case, a single-process, select-based server will yield higher performance. In order to do that properly, the

Re: [Catalyst] Re: New credential -- Catalyst::Authentication::Credential::OpenID

2008-04-07 Thread Tatsuhiko Miyagawa
Hi, On Mon, Apr 7, 2008 at 5:22 PM, Aristotle Pagaltzis [EMAIL PROTECTED] wrote: A quick skim of Net::OpenID::Consumer does not reveal a way to get at this, however… is there? There's the identity_server method in Net::OpenID::ClaimedIdentity. my $identity =