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

2009-03-23 Thread Cesar D. Rodas
2009/3/23 Cesar D. Rodas : > Hello, > > I wrote a post in the weekend that intent to explain, in a better > manner, my idea for GSoC. Sorry, forgot the link, http://cesar.la/php-application-server-gsoc-proposal.html > > Please feel free to comment about this. > > Best regards, > > > 2009/3/19 Cesa

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 : > 2009/3/19 Rasmus Lerdorf : >> Cesar D. Rodas wrote: >>> 2009/3/19 marius adrian popa : On Thu, Mar 19, 2009

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

2009-03-19 Thread Cesar D. Rodas
2009/3/19 Rasmus Lerdorf : > Cesar D. Rodas wrote: >> 2009/3/19 marius adrian popa : >>> On Thu, Mar 19, 2009 at 9:30 AM, Cesar D. Rodas wrote: Hello Andrey, 2009/3/19 Andrey Hristov : > http://www.vl-srm.net/ ?  I've already seen this, and it is pretty similar, but it desi

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

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

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

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

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

2009-03-19 Thread marius adrian popa
On Thu, Mar 19, 2009 at 9:30 AM, Cesar D. Rodas wrote: > Hello Andrey, > > 2009/3/19 Andrey Hristov : >> http://www.vl-srm.net/ ? >  I've already seen this, and it is pretty similar, but it designs it's > very complex IMHO (http://www.vl-srm.net/doc/figures/srm-design.png). > My design will be sim

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

2009-03-19 Thread Cesar D. Rodas
Hello Andrey, 2009/3/19 Andrey Hristov : > http://www.vl-srm.net/ ? I've already seen this, and it is pretty similar, but it designs it's very complex IMHO (http://www.vl-srm.net/doc/figures/srm-design.png). My design will be simple, pretty close to the memcached. Part of its simplicity will be o

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

2009-03-19 Thread Andrey Hristov
http://www.vl-srm.net/ ? Cesar D. Rodas wrote: 2009/3/19 mike : ... Andrey -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

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

2009-03-19 Thread Cesar D. Rodas
2009/3/19 mike : > On Wed, Mar 18, 2009 at 10:55 PM, Cesar D. Rodas 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 to a web server, >> Apache

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

2009-03-18 Thread mike
On Wed, Mar 18, 2009 at 10:55 PM, Cesar D. Rodas 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 to a web server, > Apache) written in C or C++ th

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

2009-03-18 Thread Cesar D. Rodas
2009/3/19 mike : > On Wed, Mar 18, 2009 at 10:06 PM, Cesar D. Rodas 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. without recompile yo

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

2009-03-18 Thread mike
On Wed, Mar 18, 2009 at 10:06 PM, Cesar D. Rodas 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. without recompile your > worker, and would b

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

2009-03-18 Thread Cesar D. Rodas
Hey mike, 2009/3/19 mike : > Have you looked into gearman? > http://gearman.org 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. without recompile your worker, and woul

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

2009-03-18 Thread mike
Have you looked into gearman? http://gearman.org On Wed, Mar 18, 2009 at 9:29 PM, Cesar D. Rodas wrote: >  Hello folk, > > Let me introduce myself, my name is Cesar Rodas, a young guy from > Paraguay who wants to propose an idea for the GSoC2009. > > The purpose of this project is to implement

[PHP-DEV] GSOC Idea, RPC Server

2009-03-18 Thread Cesar D. Rodas
 Hello folk, Let me introduce myself, my name is Cesar Rodas, a young guy from Paraguay who wants to propose an idea for the GSoC2009. The purpose of this project is to implement a pure PHP client and server API for distributing PHP applications over clusters of back-end servers that are called b