hybridgroup/gabba

Async google pings?

Closed this issue · 2 comments

It looks like all the pings to google are synchronous, right?

It would be nice to have a callback method so client code could specify how they wanted to ping google.

That would require a thread, which would potentially be very dangerous in something like a rails app, which (currently) aren't built for multithreaded concurrency.

You could create separate evented code that just uses gabba to do work for it, or a worker thread in separate process, or any of a couple of solutions. Seems like closing best for now.