Talk in English - US at SunshinePHP 2016
Track Name:
Main
View Slides: https://speakerdeck.com/chrispitt/async-php-sunshine
Short URL: https://joind.in/talk/84ad6
(QR-Code (opens in new window))
Asynchronous PHP
Comments
Comments are closed.
I've always thought of asynchronous PHP as a magical unicorn that people much smarter than me use. This talk made async PHP completely comprehensible and approachable. Really great stuff.
I had very little of what PHP could handle with regards to async. Chris did a great job talking and using excellent examples to describe async.
Chris did an awesome job explaining asynch and the cool tools that can make this happen in PHP. The only topic that was not covered was parallel programming in multicore boxes (a solution similar to OpenMP but in PHP)
Good overview of what async PHP really means. Bonus points for live coding :)
This talk really did make the topic of asynchronous php more accessible! I especially loved the examples and the moving around to break things up. It was a super great talk!
Great talk. Opened my eyes to what's available and possible with the newer 3rd party libraries.
Really enjoyed this talk by Christopher. The live examples really helped understand asynchronous PHP.
For me this was the best talk of the day. It thrashed preconceived notions about what you could or couldn't do with the PHP language and challenged people to explore alternate solutions to some very common problems.
Great job on the successful live coding. This was a great talk.
Great metaphor for explaining how code can be processes. Very well put together overview of Asynchronous PHP. Really gets a person excited and gives them the tools they need to get started :)
Excellent talk. I always thought async PHP involved compiling/installing extensions and this talk really showed that async PHP is available now and made it really simple to understand.
I loved that this talk contained... information! Totally in contrast to the theme of the conference which was low information density and lots of words. Saved the night. There was some places where he went too fast. Also, I not a fan of the intro. That was valuable time that could have been used to better pace things.
One of the best talks at the conference.
I was looking forward to this talk coming into the conference and I was not disappointed. Great treatment of the subject. The talk clearly and articulately presented what this is about, disambiguated async and concurrent, demonstrated vanilla and package based techniques, and addressed why and how this is useful. Lots of useful code examples, up-to-date package recommendations, and the pacing and presentation were very pro.