 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Monitor.us Blog: Website Performance PHP
by Chris Cornutt March 23, 2012 @ 09:54:24
On the Monitor.us blog there's a recent guide to performance tuning your PHP with sections on lots of topics, some related directly to the code and others more towards the environment it lives in.
The World-Wide Web offers more PHP performance tips than can be comfortably discussed in one article, so the following is merely a list that can be used for reference purposes. The tips are divided into categories to group similar things together and make it easier to find what we need. The author's search for tips was extensive, but completeness still cannot be guaranteed.These tips fall into category #3.1 (the server executes a script) in the taxonomy of tips that we have been working with.Because of the sheer volume, these tips have not been tested. The reader is expected to test them in his own production environment before relying on them. This is not unreasonable, though, because the value of most tips depends on the unique environment within which PHP operates.
Sections in the guide include:
Also included in the post are a list of links that were references for the tips in the list..
voice your opinion now!
performance list tips server code resources
Chris Jones' Blog: Oracle Resources for PHP
by Chris Cornutt June 16, 2011 @ 12:20:28
On his blog today Chris Jones has posted a long list of resources that the PHP developers using Oracle as a backend could find useful in their development.
He's broken them up into categories to help split things out a bit:
- Some overall links
- The OCI8 extension
- Databases like Oracle Express Edition, MySQL, Oracle Berkley DB
- the NetBeans IDE
- Oracle Linux and Tuxedo
- Oracle Instant Client
Several of the descriptions also come with their own "Install Now" links to help you get started using them quickly. There's lots of tutorial links peppered through out the post too.
voice your opinion now!
resources links extension tutorial database platform
Scott MacVicar' Blog: Stupid Bug Reports
by Chris Cornutt February 02, 2009 @ 09:34:18
Most of the bugs that get reported to the PHP project are pretty useful. They help developers track down those small, random issues that might slip through the cracks otherwise. There are, however, some of them that make you wonder a bit about the person that submitted them Scott MacVicar takes a look at a few of them in a new blog post.
Recently the PHP project has been receiving an increasing number of rather silly reports, these vary from simply not reading the manual, searching the internet or a fundamental lack of understanding how the internet works.
He points out three in particular (from the same person, no less) about things that shown an almost complete lack of understand of what PHP does. One was a request to make PHP use less CPU and another asking to make PHP censorship free and, finally, a request to make PHP more secure...by doing away with support for cookies.
Scott also suggests a few constructive things you can do before submitting a good (useful) bug report:
- Gather together as much relevant information as you can (generalizations are bad)
- Run performance checks against older PHP versions to try to pin down when the bug was added
- And, finally: "don't get aggressive or be an asshole when your bug reports get closed".
voice your opinion now!
stupid bug report bugphpnet censorship secure cookie cpu resources
Odinjobs.com: PHP Experts Why PHP Rocks
by Chris Cornutt January 15, 2008 @ 11:19:00
The odinjobs website recently interviewed several PHPers in the community about their perspectives on PHP as a language and some of the resources they recommend. Among those on the list are Jeff Moore, Vidyut Luther, Matthew Turland and Richard Heyes.
PHP: Hypertext Preprocessor (PHP), was introduced in 1998 by Andi Gutmans, Zeev Suraski and Rasmus Lerdorf (the original PHP/FI creator). In less than 10 years, there are over 20 million internet domains hosted on servers with PHP installed (source: Wiki). We will talk to our PHP experts to see why they think PHP rocks
Here's the questions they asked:
- If you were to start afresh, would you learn PHP again?
- What do you think is the most important feature of the PHP language?
- What PHP forums would you recommend?
- What book would you recommend to a newbie?
- Name a programming language that you would like to learn? (if you had the time & resources, of course)
Check out the full article for their answers to these questions.
voice your opinion now!
rocks language interview expert question resources rocks language interview expert question resources
DevShed: Managing Standalone Scripts in PHP
by Chris Cornutt September 07, 2006 @ 16:19:52
DevShed continues their look at standalone PHP scripts (server-side scripting, not on the web) in part two, "Managing Standalone Scripts in PHP" excerpted from the book "Advanced PHP Programming" from George Schlossnagle.
Last week, we began our discussion of PHP standalone scripts. This week, we'll be talking about child processes, shared resources, signals, and writing daemons.
They jump right in, going first for a look at forking off child processes from the script using the pcntl functionality you'll need to build into PHP. Resource management is key to working with server scripts, and they show you how to close them out when you're through. Next up is a brief look at the types of signals that you can send to the child processes, and some good rules to follow for writing daemons in PHP.
voice your opinion now!
standalone script serverside daemon signal resources standalone script serverside daemon signal resources
|
Community Events
Don't see your event here? Let us know!
|