Aug 06, 2010
The SQL Server team just announced the release of their latest PHP driver for SQL Server. Details about the release can be found at http://blogs.msdn.com/b/sqlphp/archive/2010/08/04/microsoft-drivers-for-php-for-sql-server-2-0-released.aspx . A major...
2 comments
Tags: PHPSQL Server Driver for PHPSql Server
Jun 11, 2010
I have seen so many post in our IIS forum mentioning that after moving to PHP5.3 they are not able to connect to MySQL database. So this means a simple program like the one below doesn’t work: <?php // hostname or ip of server (for local testing, localhost...
9 comments
Tags: PHPMySQL
May 18, 2010
The support for WINCACHE has been added into Sugar Community Edition 6.0 Beta bits. The latest bits which supports WINCACHE out of the box can be downloaded from http://www.sugarforge.org/frs/?group_id=6 . Remember Sugar 6.0 bits available there are still...
1 comments
Tags: PHPWINCACHEmediawikisugar
May 10, 2010
This is a very common problem which most of us has studied in our academic days. This we learn as part of process synchronization or concurrency. For the sake of this discussion let’s assume we have multiple process accessing common data in a shared memory...
1 comments
Tags: PHPWINCACHE
Apr 29, 2010
As you all know we did a Beta2 release of WINCACHE 1.1 today. This is a very important release with lots of bug fixes and new features. I would encourage all current users of WINCACHE to upgrade to latest Beta2 build. With this release we have File Change...
5 comments
Tags: PHPWINCACHE
Mar 15, 2010
Now that WINCACHE 1.1 Beta is released and it has support for user cache, you can enhance Drupal’s performance by integrating WINCACHE user cache. For this you will need to have two things already setup: Drupal running Drupal extension CacheRouter configured...
28 comments
Tags: PHPDrupalPerformance
Mar 05, 2010
Attachment: wincache.zip
Now that we have WINCACHE 1.1 Beta release which supports user as well as session cache, I am going to tell you a way to integrate session cache with Joomla using WINCACHE. Joomla has the way of integrating session cache based on user cache implementation...
4 comments
Tags: PHPJoomlaPerformance
Mar 05, 2010
Attachment: wincache.zip
Now that we have WINCACHE 1.1 Beta released which has got implementation for both user and session cache, one can easily take advantage of WINCACHE user cache and increase performance of Joomla. In this post I am going to tell you steps to use WINCACHE...
7 comments
Tags: PHPJoomlaPerformance