LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 10-18-2011, 04:50 AM   #1
r.osmanov
LQ Newbie
 
Registered: Feb 2011
Distribution: openSUSE, Ubuntu, Gentoo
Posts: 17

Rep: Reputation: 3
A PHP extension for asynchronous POSIX I/O


Hello.

I've finished writing a PHP extension that provides interface to the libeio
library: http://pecl.php.net/package/eio(docs and samples included).

Maybe someone decides to test it. In any case, I'd really like to know your opinions.

--
UPDATE: To install both libeio and the extension perform the following

libeio:
Code:
$ touch ~/.cvspass
$ cvs -z3 -d :pserver:anonymous@cvs.schmorp.de/schmorpforge co libeio
$ cd libeio
$ ./autogen.sh
$ ./configure
$ make
$ su -
# make install
eio extension:
Code:
$ wget 'http://pecl.php.net/get/eio' -O eio.tgz
$ tar xzvf eio.tgz && cd eio-*
$ phpize
$ ./configure --with-eio # further optional parameters(--enable-eio-debug recommended for first use) ...
$ make && make test
$ su - 
# make install
For latest installation instructions refer to http://docs.php.net/manual/en/eio.installation.php
--

--
UPDATE 2: Do you think an OOP API needed?
--

Regards.

Last edited by r.osmanov; 10-21-2011 at 04:22 AM. Reason: question: need OOP API?
 
  


Reply

Tags
php, posix



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] OpenSSL PHP extension have to be enabled to use extension repository system. jsaravana87 Linux - Server 2 09-09-2011 12:00 AM
[SOLVED] Asynchronous accept() with posix sockets. BartekBl Programming 2 07-12-2011 03:13 AM
PHP Extension will not load xborg Linux - Software 1 10-22-2009 04:39 AM
Mysql Php Extension SilentK Linux - Newbie 11 06-11-2004 08:47 AM
POSIX Realtime Extension ? Jo_Nak Linux - Software 0 07-02-2003 08:55 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 10:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration