Uw beste bron van informatie en nieuws ongeveer xp, De hardware van het uitzicht en De hardware van het uitzicht op Internet

De ARTIKELEN van het uitzicht BOVENKANT 50 De VIDEO'S van het uitzicht SOFT van het uitzicht De HULP van het uitzicht

php

U momenteel doorbladert de artikelen van De Compatibele Software van het Uitzicht van MS-Windows de aanpassing van de categorie php.

XCache en eAccelerator wp Bijgewerkte Plugins

Wij zijn net met klaar het uploaden van de recentste versies van onze XCache en eAccelerator plugins, nu bij versie 0.6.

Voor die van u dat gemiste aanvankelijke aankondiging, hebben wij geschreven twee plugins dat laat WordPress direct met geheugen-ingezetene opcodePHP veranderlijke geheime voorgeheugens communiceren die in XCache en eAccelerator worden gebruikt om prestaties op te voeren en I/O activiteit te verminderen.

eAccelerator en XCache zijn de twee het meest-populaire open-bron opcode in het voorgeheugen onderbrengende motoren voor PHP, en wij adviseren hoogst dat om het even welk en alle gastheren hen gebruiken om PHP prestaties door verscheidene vouwen te verbeteren. In het bijzonder, adviseren wij XCache voor beste prestaties.

Klik blijven lezend „XCache en eAccelerator wp Bijgewerkte Plugins“

geschreven door Guru van de Computer 28 oktober, 2007 met geen commentaren.
Lees meer artikelen verder XCache en Plugins en Caching van Opcode en eAccelerator en Download en freeware en wordpress en php en software.

Voltooide de Beweging van de server - volledig Geoptimaliseerde Technologieën NeoSmart!

Wij hebben bij zich het bewegen aan een nieuwe server al week gewerkt, en wij hebben net de overgang gebeëindigd. Beste van allen, hebben wij op de nieuwe servers zonder enige onderbreking in-tussen overgeschakeld. Onze nieuwe server is een 1.86 GHz Kern 2 Duo en met 3GB van DDR2 RAM - alle dank aan de ontzagwekkende kerels en gals bij Lunarpages, is de beste daar gastheer.

Heel wat werk is in deze overgang in hoop van het opheffen van de prestaties - en wat nog belangrijker is, de betrouwbaarheid - van onze server gegaan. In het verleden het jaar (aangezien wij eerst onze het ontvangen met LP) begonnen, zijn wij van verscheidene miljoen klappen een maand naar dozens miljoenen gegaan, en onze oude server nam vrij een klap. Daarvoor, hebben wij ons bij rond het opstellen van lichtgewicht en hoogst-geoptimaliseerde code allen geconcentreerd; hopelijk zal er ooit niet meer onverwachte onderbreking… zijn.

Onze huidige softwareopstelling is zeer ingewikkeld, maar zal het ons hopelijk al manier aan 0.00 minuten van onderbreking nemen - dat is ons doel! Wij hebben veelvoudige toepassingsservers en programma's die op de achtergrond lopen elk die wat doen zij beste - in plaats van traditioneel hebben-de-Web-server--het-alle manier. Op het ogenblik, hebben wij momenteel softwarestapel het bestaan uit van netwerk van deze producten strak-breien:

Click to continue reading "Server Move Completed - NeoSmart Technologies Fully Optimized!"

Written by Computer Guru on October 19th, 2007 with no comments.
Read more articles on Servers and Configuration and Tomcat and IIS and NeoSmart Technologies and Windows and php and software.

FastCGI for IIS Final Released, Congratulations to the IIS Team!

Congratulations are in order for Microsoft’s IIS development team - today they’ve just announced the public availability of the final version of the IIS-FastCGI ISAPI Extension - a long-awaited and much-improved way of running just about any open-source scripting engine on IIS, safely and quickly.

This FastCGI module for IIS 5.1, 6, and 7 (with Windows Vista and Server 2008) have been in the works for quite a while now, and we’ve been using them since the first beta release - they’re good. While the biggest benefit will be seen in using FastCGI w/ IIS7 to take advantage of the new kernel-mode caching, it’s still a huge improvement over the old way of running scripting engines for languages like PHP on Windows.

The Problem: Most open-source scripting engines like PHP and Ruby on Rails were initially developed on/for the *nix world. On Unix-based platforms, the easiest way of creating multi-threaded applications is just to run the same app twice or more (The CGI model). On Windows, that doesn’t work out so well, because it takes a lot more resources to create another process. So these engines released Windows-specific single-process multi-threaded engines; the only problem was, they weren’t stable. Too many race conditions in some very non-thread-safe code wreaked havoc on many Windows systems, with the PHP developers themselves giving “Stability on IIS” the lowest level of concern.

Click to continue reading "FastCGI for IIS Final Released, Congratulations to the IIS Team!"

Written by Computer Guru on October 10th, 2007 with no comments.
Read more articles on FastCGI and IIS and Servers and Web Development and php and Windows and Reviews and Microsoft and software.

eAccelerator PHP Extension Isn’t Thread-Safe…

For all the Windows-bound PHP users out there, consider yourselves warned: even if you’re running the (supposedly) thread-safe PHP Win32 binary redistribution, you’re still susceptible to PHP Access Violation Errors, race problems, heap corruption, and much worse if you use the popular eAccelerator opcode-caching extension.

We did our testing with the binaries compiled by SiteBuddy using the latest versions of both PHP and eAccelerator. Almost immediately after initiating a stress test on our test servers we experienced the dreaded “PHP Access Violation” error - which brings down the entire IIS Worker Process to its heels.

Click to continue reading "eAccelerator PHP Extension Isn’t Thread-Safe…"

Written by Computer Guru on September 10th, 2007 with no comments.
Read more articles on IIS and FastCGI and Servers and XCache and APC and eAccelerator and Bugs and Windows and Programming and apache and php and software.

Install PHP under Apache and Vista

I initially tried the msi installer for PHP 5. Unfortunately, it installs only PHP under CGI, which although it has some performance and security issues, might be ok for a quick and dirty development environment.

But the installer is badly broken. You’ll get an error something like

PHP Fatal error:  require_once()[function.require]: Failed opening
required 'SAM/php_sam.php' (include_path='.;C:php5pear') in
sam_factory on line 1

After fighting this for a couple of hours, I ended up installing manually anyway. I used this procedure to get PHP 5 running under Vista:

  1. Install the Apache webserver.
  2. Get the current version of PHP 5 from http://www.php.net/downloads.php#v5. (It’s 5.2.3 at this time). Get both the zip file and the PECL zip file (which includes extensions).
  3. Uninstall any previous installations of PHP 5 (Start > Control Panel > Programs and Features). You may have to reboot your machine.
  4. Disconnect from the Internet. Turn off your firewall. Turn off your virus checker.
  5. Turn off User Account Control (UAC).
  6. Get an administrator prompt by going to All Programs > Accessories. Right-Click “Command Prompt” and choose “Run as Administrator”
  7. Use the command prompt to manually remove directories containing previous PHP installations (like C:\Program Files\PHP…)
  8. Go to the directory where you’ve downloaded the PHP5 and PECL zipfiles. Extract the PHP zipfile. Rename the extracted php directory (which has a name something like php-5.2.3-Win32) to c:\php. Extract the PECL zipfile into c:\php\ext.
  9. In the command prompt, type:
    cd c:\php
    mkdir upload
    mkdir session
    copy php.ini-recommended php.ini
  10. Open php.ini in Notepad:
    1. There are many variables… the following are important.
...
Click to continue reading "Install PHP under Apache and Vista"

Written by senese on June 6th, 2007 with no comments.
Read more articles on php and how to and apache and installation and vista.