Re: Post LPW Slides

2012-11-30 Thread Cosimo Streppone
On Fri, 30 Nov 2012 02:16:39 +0100, Tomas Doran   
wrote:


As promised to a number of people at LPW, I uploaded slides, in the  
usual place:


http://www.slideshare.net/bobtfish/messagepassing-lpw-2012


Holy smokes, Batman!

Why isn't this more widely known yet?

Sometimes I wondered whether I was the only one on Earth
to think it's crazy to have java sitting on every machine
just to massage/ship log messages.

440Mb. WTF.

--
Cosimo


Access to throttled API

2012-11-30 Thread DAVID HODGKINSON

So, I might be writing an app to access a throttled API. Say 
we're limited to sixty requests per minute. It's entirely possible
that we generate more requests than that at peak times.

The app is not especially immediacy-sensitive for things like
"reporting". The remote system can take its time generating
reports so for some things, showing "pending" isn't a dead loss,
we can always re-run the request later to get the data.

There should be some form of global throttle manager just keeping
track of our usage. All our user interaction can be logged in the 
database and pulled out and actioned by some form of daemon maybe?
The daemon can even prioritise interactive operations agains the 
longer batchy one and unfilfilled reports.

Thoughts on managing this?





24 Pull Requests

2012-11-30 Thread Peter Sergeant
http://24pullrequests.com/

Seems like a neat idea, and oh look, they'll recommend projects!

But oh look...

"There no project(*hic*) for [Perl] yet, why not add suggest(*hic*) one?"

Anyone?


Re: Access to throttled API

2012-11-30 Thread Philippe Bruhat (BooK)
On Fri, Nov 30, 2012 at 11:54:57AM +, DAVID HODGKINSON wrote:
> 
> There should be some form of global throttle manager just keeping
> track of our usage. All our user interaction can be logged in the 
> database and pulled out and actioned by some form of daemon maybe?
> The daemon can even prioritise interactive operations agains the 
> longer batchy one and unfilfilled reports.
> 
> Thoughts on managing this?
> 

Are you looking for a generic throttling module?

If so, you can try Schedule::AdaptiveThrottler.

-- 
 Philippe Bruhat (BooK)

 When you wander near evil, Security is only a function of foolishness...
(Moral from Groo The Wanderer #21 (Epic))