[PHP-DEV] Facebook PHP compiler

2010-02-02 Thread Cesar D. Rodas
Hello, Have you guys checked this PHP to C++ converter from the Facebook People? http://developers.facebook.com/news.php?blog=1story=358 Regards, -- Cesar D. Rodas cro...@php.net http://crodas.org/ -- http://cesar.la/ Phone: +595-961-974165 -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] GSOC Idea, RPC Server

2009-03-23 Thread Cesar D. Rodas
Hello, I wrote a post in the weekend that intent to explain, in a better manner, my idea for GSoC. Please feel free to comment about this. Best regards, 2009/3/19 Cesar D. Rodas sad...@gmail.com: 2009/3/19 Rasmus Lerdorf ras...@lerdorf.com: Cesar D. Rodas wrote: 2009/3/19 marius adrian

Re: [PHP-DEV] embed sapi module and multi-threading

2009-03-21 Thread Cesar D. Rodas
Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Cesar D. Rodas http://cesar.la/ Phone: +595-961-974165 Robert Benchley - I have tried to know absolutely

Re: [PHP-DEV] GSOC Idea, RPC Server

2009-03-19 Thread Cesar D. Rodas
2009/3/19 mike mike...@gmail.com: On Wed, Mar 18, 2009 at 10:55 PM, Cesar D. Rodas sad...@gmail.com wrote: In the presentation with Gearman you have a C extension for PHP, and you code the daemon itself in PHP. My idea it's different. Let's put it simple. I am planning code a server (similar

Re: [PHP-DEV] GSOC Idea, RPC Server

2009-03-19 Thread Cesar D. Rodas
also write a little function that will connect to the master process and generate functions that will wrapper as local function, so your code won't change but it would be able to scale. Cesar D. Rodas wrote: 2009/3/19 mike mike...@gmail.com: ... Andrey -- Cesar D. Rodas http://cesar.la

Re: [PHP-DEV] GSOC Idea, RPC Server

2009-03-19 Thread Cesar D. Rodas
2009/3/19 marius adrian popa map...@gmail.com: On Thu, Mar 19, 2009 at 9:30 AM, Cesar D. Rodas sad...@gmail.com wrote: Hello Andrey, 2009/3/19 Andrey Hristov p...@hristov.com: http://www.vl-srm.net/ ?  I've already seen this, and it is pretty similar, but it designs it's very complex IMHO

[PHP-DEV] GSOC Idea, RPC Server

2009-03-18 Thread Cesar D. Rodas
it and returns its return. - The client: a PHP script that will exec an RPC, That is my idea so far, please I'd like to read feedbacks. -- Cesar D. Rodas http://cesar.la/ Phone: +595-961-974165 Samuel Beckett  - Birth was the death of him. -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] GSOC Idea, RPC Server

2009-03-18 Thread Cesar D. Rodas
2009/3/19 mike mike...@gmail.com: On Wed, Mar 18, 2009 at 10:06 PM, Cesar D. Rodas sad...@gmail.com wrote: Hey mike, It is different, my idea is that the worker execute PHP code (I will embed PHP into C or C++), AFAIK gearman execute C code. The main advantage is that you can deploy your app