Experimenting with HHVM at Etsy
codeascraft.com
Experimenting with HHVM at Etsy
1–10 of 39 posts
Re: Experimenting with HHVM at Etsy
#2what editors do people that are using HHVM use?
Re: Experimenting with HHVM at Etsy
#3I would love to move onto HHVM and since mostly run own PHP code 3rd party code compatibility is not a problem, BUT unfortunately the editor I use (PHP Storm) doesn't yet support HHVM :( what editors do people that are using HHVM use?
That is Hack.
Re: Experimenting with HHVM at Etsy
#4EDIT: Removed mention of "shared-nothing", which I misunderstood.
Re: Experimenting with HHVM at Etsy
#5I would love to move onto HHVM and since mostly run own PHP code 3rd party code compatibility is not a problem, BUT unfortunately the editor I use (PHP Storm) doesn't yet support HHVM :( what editors do people that are using HHVM use?
Re: Experimenting with HHVM at Etsy
#6bespoke endpoints sound like a good compromise, but I wonder why they stick with php for the general apis that the bespoke endpoints consume? Wouldn't they get better scalability if they moved that backend logic to something like Play, which would give you NIO on a jvm? EDIT: Removed mention of "shared-nothing", which I misunderstood.
Re: Experimenting with HHVM at Etsy
#7I would love to move onto HHVM and since mostly run own PHP code 3rd party code compatibility is not a problem, BUT unfortunately the editor I use (PHP Storm) doesn't yet support HHVM :( what editors do people that are using HHVM use?
HHVM is just a PHP JIT compiler. It's not a different language. That is Hack.
Re: Experimenting with HHVM at Etsy
#8If you look at the changelog, you can see it really is a beta product that people use in production anyway
https://raw.githubusercontent.com/facebook/hhvm/master/NEWS
"Ditko" 26-Feb-2015 finally solved me having to restart it every several days
I'm very eager to compare PHP7 in production
Re: Experimenting with HHVM at Etsy
#9Re: Experimenting with HHVM at Etsy
#10bespoke endpoints sound like a good compromise, but I wonder why they stick with php for the general apis that the bespoke endpoints consume? Wouldn't they get better scalability if they moved that backend logic to something like Play, which would give you NIO on a jvm? EDIT: Removed mention of "shared-nothing", which I misunderstood.
Isn't shared nothing a scalable architecture? http://en.wikipedia.org/wiki/Shared_nothing_architecture