Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Catalyst: Dev

Catalyst test suite

 

 

First page Previous page 1 2 Next page Last page  View All Catalyst dev RSS feed   Index | Next | Previous | View Threaded


yuris at juniper

May 12, 2008, 4:55 PM

Post #26 of 28 (1301 views)
Permalink
Re: Catalyst test suite [In reply to]

Matt S Trout wrote:
> On Mon, May 05, 2008 at 04:48:03PM -0700, Yuri Shtil wrote:
>
>> Hi,
>>
>> I am contemplating to write a new Catalyst::Engine subclass.
>>
>
> What and what for? Maybe there are people on here who'd be interested in
> helping.
>
> Also, if you give me an htpasswd line, I'll get you svn space set up so
> it can live in the Catalyst repository.
>
>
First I apologize for top posting.
Second I want to describe what I want to do.

The current Catalyst runtime is not able to deal with event driven
engines. An attempt was made to accommodate POE but it is not fully
asynchronous.

I wonder if anybody has a clue what it would take to make Catalyst to
work with event driven engines?

I generated a password using the command:

perl -e 'print crypt("$my_password",",9r-jd8,.")'

and got ,9ODYBXOZ6A3w

I guess this whould work as my .htpasswd line.



_______________________________________________
Catalyst-dev mailing list
Catalyst-dev [at] lists
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst-dev


shtil at comcast

May 13, 2008, 12:56 PM

Post #27 of 28 (1303 views)
Permalink
Re: Catalyst test suite [In reply to]

Matt S Trout wrote:
> On Mon, May 05, 2008 at 04:48:03PM -0700, Yuri Shtil wrote:
>
>> Hi,
>>
>> I am contemplating to write a new Catalyst::Engine subclass.
>>
>
> What and what for? Maybe there are people on here who'd be interested in
> helping.
>
> Also, if you give me an htpasswd line, I'll get you svn space set up so
> it can live in the Catalyst repository.
>
>

resending since I changed my email and am not sure it went through.

First I apologize for top posting.
Second I want to describe what I want to do.

The current Catalyst runtime is not able to deal with event driven engines. An attempt was made to accommodate POE but it is not fully asynchronous.

I wonder if anybody has a clue what it would take to make Catalyst to work with event driven engines?

I generated a password using the command:

perl -e 'print crypt("$my_password",",9r-jd8,.")'

and got ,9ODYBXOZ6A3w

I guess this whould work as my .htpasswd line.



--
Sincerely

Yuri Shtil




_______________________________________________
Catalyst-dev mailing list
Catalyst-dev [at] lists
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst-dev


dbix-class at trout

May 28, 2008, 10:39 PM

Post #28 of 28 (1235 views)
Permalink
Re: Catalyst test suite [In reply to]

On Mon, May 12, 2008 at 04:55:29PM -0700, Yuri Shtil wrote:
> Matt S Trout wrote:
> >On Mon, May 05, 2008 at 04:48:03PM -0700, Yuri Shtil wrote:
> >
> >>Hi,
> >>
> >>I am contemplating to write a new Catalyst::Engine subclass.
> >>
> >
> >What and what for? Maybe there are people on here who'd be interested in
> >helping.
> >
> >Also, if you give me an htpasswd line, I'll get you svn space set up so
> >it can live in the Catalyst repository.
> >
> >
> First I apologize for top posting.
> Second I want to describe what I want to do.
>
> The current Catalyst runtime is not able to deal with event driven
> engines. An attempt was made to accommodate POE but it is not fully
> asynchronous.

It's asynchronous outside of the main Catalyst handler code, which is rather
all the engine is responsible for.

I experimented for a while with using coro to suspend/resume the main catalyst
execution (since then you could use something like PoCo::EasyDBI to
offload DBIC's database access so you don't block for that) but the client
ran out of funding and I've not had time to revisit it on my own time yet.

If you don't have the htpasswd program then please mail me a password in
plain text off-list. The repos are http only so you didn't want to use a
secure password anyway ...

--
Matt S Trout Need help with your Catalyst or DBIx::Class project?
Technical Director http://www.shadowcat.co.uk/catalyst/
Shadowcat Systems Ltd. Want a managed development or deployment platform?
http://chainsawblues.vox.com/ http://www.shadowcat.co.uk/servers/

_______________________________________________
Catalyst-dev mailing list
Catalyst-dev [at] lists
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst-dev

First page Previous page 1 2 Next page Last page  View All Catalyst dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.