Hacker Newsnew | past | comments | ask | show | jobs | submit | reeze_xia's commentslogin

You could `watch` the repository on Github to get notified when there is update


What is the version of your PHP?


[root@hostname:~]# php -v PHP 5.5.18 (cli) (built: Oct 16 2014 12:09:38) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies


Great! With opcache enabled right?


Just the other day I saw a demo of (unaltered) WordPress running with HHVM and PHP7(!)


I am curious why Facebook don't use?

If they do use virtualization, the fact, 0 request lead to low power does not correct any more, for example linux container, other container may accept requests, if so they have to dispatch request cross all containers and servers.


The Achilles heel of virtualization is networking. All of the hypervisors out there (VMWare, Xen, KVM) have user-space software switch implementations that dramatically reduce the throughput of TCP session creation. As a consequence you lose a significant amount of hardware potential to serve HTTP connections.


This is wrong as well. VMware standard and distributed virtual switch is in hypervisor kernel.


How's VMWare's TCP new-session-switching-rate compared to Xen's OVS? Any benchmarks showing a significant improvement?


We just did some benchmarks on this topic: https://news.ycombinator.com/item?id=8146536


How about lightweight virtualization like linux container, docker?


That's not virtualization; it's namespace isolation. There's a small performance impact if you're using NAT, but otherwise the kernel networking stack is used, so there's no performance penalty.


Yes, indeed. I mean the optimization of energy saving seems not suitable for the condition of namespace isolation, since you can't control the other containers requests. if we have to, we need to dispatch request from server perspective but not container.


Great, it looks beautiful!

@see https://gitprint.com/reeze/tipi, but Chinese text didn't display correct :(


Wow, really look forward for such a solutiion github.com/reeze please :)


I like the feature. I've watch really a lot of projects. but I really didn't want every feed show up in my timeline.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: