Re: [Catalyst] Asynch webservices with catalyst

2017-03-17 Thread Aaron Trevena
Thanks for the replies Rajesh, Jnap's work was all I can find on it before I asked, the calendar looks worth reading again. Cheers, A ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable

Re: [Catalyst] Asynch webservices with catalyst

2017-03-01 Thread Rajesh Kumar Mallah
More material , http://www.catalystframework.org/calendar/2013 Day 10: Nonblocking and Streaming - Part 1 Day 11: Nonblocking and Streaming - Part 2 Day 12: Nonblocking and Streaming - Part 3 Day 13: Nonblocking and Streaming - Part 4 Day 14: Streaming Nonblocking Files Particularly pls read

Re: [Catalyst] Asynch webservices with catalyst

2017-02-28 Thread Dmitry L.
Here John show some example https://github.com/jjn1056/Perl-Catalyst-AsyncExample But I think Catalyst is not the best tool to make async apps On 28 February 2017 at 13:06, Aaron Trevena wrote: > Hi all, > > I know that catalyst provides some basic support for sending

Re: [Catalyst] Asynch webservices with catalyst

2017-02-28 Thread Rajesh Kumar Mallah
Have you gone through , http://stackoverflow.com/questions/25277158/run-asynchronous-methods-in-catalyst-perl could you elaborate a bit on the real problem? Regds Mallah. > Hi all, > > I know that catalyst provides some basic support for sending asynch > responses to clients but the

[Catalyst] Asynch webservices with catalyst

2017-02-28 Thread Aaron Trevena
Hi all, I know that catalyst provides some basic support for sending asynch responses to clients but the examples & documentation are a bit thin on the ground. I was wondering if anybody has had much success with async catalyst request/responses and in particular for webservices. Cheers, A --