my life

day to day

Robust PHP MogileFS Client

June 30th, 2007

We’ve just released our MogileFS Client for PHP (5.1). It does a very good job of handling errors and is being used in production on Socialverse.

You might also want to consider this PECL module that implements the protocol. Personally, I don’t see many performance advantages to using this module. The native PHP MogileFS class above uses CURL for almost everything, which is an efficient library for HTTP communication all in C. CURL also comes standard with almost every PHP packing system that I’ve seen, so you don’t need to maintain yet another PECL.

add to del.icio.us    add to technorati favs    email this

4 Responses to “Robust PHP MogileFS Client”

  1. PSST! it / Robust PHP MogileFS Client Says:

    [...] PHP MogileFS Client 1pssts Erik shared this 0 seconds ago http://osterman.com/wordpress/2007/06/30/robust-php-mogil... Implements the MogileFS protocol in native PHP using the efficient CURL library for all HTTP [...]

  2. Federico Feroldi’s blog » Blog Archive » links for 2007-09-24 Says:

    [...] erik osterman - Robust PHP MogileFS Client - my life We’ve just released our MogileFS Client for PHP (5.1). It does a very good job of handling errors and is being used in production on Socialverse. (tags: mogilefs php client pecl code library) [...]

  3. Dierker’s Blogs » mogileFS stuff Says:

    [...] mogileFS client for PHP [...]

  4. MogileFS Client Libraries 於傻仔仔 Says:

    [...] http://osterman.com/wordpress/2007/06/30/robust-php-mogilefs-client [...]

Leave a Reply