snowplow / snowplow-php-tracker

Snowplow event tracker for PHP. Add analytics into your PHP apps and scripts
http://snowplowanalytics.com
34 stars 36 forks source link

Add Asynchronous Curl Emitter as Emitter option for Tracker #8

Closed alexanderdean closed 9 years ago

alexanderdean commented 10 years ago

https://segment.io/docs/libraries/php/#fork-curl-consumer

jbeemster commented 10 years ago

Due to issues with formatting the command string properly on a windows box I have changed this to be a async curl emitter instead. Essentially instead of forking a process we can now send x amount of concurrent requests. Have implemented a rolling_curl setup whereby we can start new concurrent requests as soon as any are done.

alexanderdean commented 10 years ago

Cool - can you update the ticket name to clarify?

alexanderdean commented 9 years ago

Not sure why this didn't auto-close...