Thread: [Jsonrpc-cpp-devel] HTTP encapsulation
Brought to you by:
s-vincent
From: Eric B. <eri...@gm...> - 2009-09-23 23:29:51
|
Hello! I'm interested in the HTTP encapsulation (and maybe adding some JSONP support). Has anyone started this? I'm willing to work on this :) Thank you! Eric |
From: Sebastien V. <seb...@cp...> - 2009-09-24 03:50:53
Attachments:
smime.p7s
|
Hi Eric, Eric Berryman a écrit : > Hello! > > I'm interested in the HTTP encapsulation (and maybe adding some JSONP > support). Has anyone started this? I'm willing to work on this :) > > Nobody has begun this feature at my knowledge so go ahead :). Thanks to contribute to JsonRpc-Cpp. Regards, -- Sebastien Vincent > Thank you! > Eric > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Jsonrpc-cpp-devel mailing list > Jso...@li... > https://lists.sourceforge.net/lists/listinfo/jsonrpc-cpp-devel > |
From: Sebastien V. <seb...@cp...> - 2009-09-29 12:37:09
|
Hi Eric, Just one things. When your answer on a mailing-list, please click "reply to all"... I want JsonRpc-Cpp project to stay simple and lightweight so I prefer to not have a library dependency such as Apache axis2. I know that "reinventing the wheel" could be painful, but I don't think it is too complicated to add HTTP header, manage some HTTP errors code... I heard about someone who wants to build multithreaded servers in JsonRpc-Cpp but never heard of him since many times. Regards, -- Seb On Mon, 28 Sep 2009 10:34:16 -0700, Eric Berryman <eri...@gm...> wrote: > Do you think it would be better to build the whole thing on some sort > of engine, like apache axis2? > This would solve a lot of the connection issues; handling multiple > connections, various headers, etc. > > What do you think? > > Thank you! > Eric > > > > On Wed, Sep 23, 2009 at 8:23 PM, Sebastien Vincent > <seb...@cp...> wrote: >> Hi Eric, >> >> Eric Berryman a écrit : >>> >>> Hello! >>> >>> I'm interested in the HTTP encapsulation (and maybe adding some JSONP >>> support). Has anyone started this? I'm willing to work on this :) >>> >>> >> >> Nobody has begun this feature at my knowledge so go ahead :). >> >> Thanks to contribute to JsonRpc-Cpp. >> >> Regards, >> -- >> Sebastien Vincent >> >>> Thank you! >>> Eric >>> >>> >>> ------------------------------------------------------------------------------ >>> Come build with us! The BlackBerry® Developer Conference in SF, CA >>> is the only developer event you need to attend this year. Jumpstart your >>> developing skills, take BlackBerry mobile applications to market and >>> stay >>> ahead of the curve. Join us from November 9-12, 2009. Register >>> now! >>> http://p.sf.net/sfu/devconf >>> _______________________________________________ >>> Jsonrpc-cpp-devel mailing list >>> Jso...@li... >>> https://lists.sourceforge.net/lists/listinfo/jsonrpc-cpp-devel >>> >> >> >> |
From: Eric B. <eri...@gm...> - 2009-10-01 18:09:16
Attachments:
jsonrpc_tcpserver.h
jsonrpc_tcpserver.cpp
|
Good point on the multi threaded part. I've attached my changes to make the program able to accept multiple connections. It's kind of a lazy job, but it allows someone to just comment/uncomment out the one line to go between multi and single connections. As for HTTP encapsulation, I'm not sure if I want it anymore ... a simple php socket script can act as a HTTP front end, and this makes the service a lot easier to maintain / configure. Thoughts? Thank you! Eric On Tue, Sep 29, 2009 at 5:12 AM, Sebastien Vincent <seb...@cp...> wrote: > Hi Eric, > > Just one things. When your answer on a mailing-list, please click "reply to > all"... > > I want JsonRpc-Cpp project to stay simple and lightweight so I prefer to > not have a library dependency such as Apache axis2. > > I know that "reinventing the wheel" could be painful, but I don't think it > is too complicated to add HTTP header, manage some HTTP errors code... I > heard about someone who wants to build multithreaded servers in JsonRpc-Cpp > but never heard of him since many times. > > Regards, > -- > Seb > > > On Mon, 28 Sep 2009 10:34:16 -0700, Eric Berryman <eri...@gm...> > wrote: >> Do you think it would be better to build the whole thing on some sort >> of engine, like apache axis2? >> This would solve a lot of the connection issues; handling multiple >> connections, various headers, etc. >> >> What do you think? >> >> Thank you! >> Eric >> >> >> >> On Wed, Sep 23, 2009 at 8:23 PM, Sebastien Vincent >> <seb...@cp...> wrote: >>> Hi Eric, >>> >>> Eric Berryman a écrit : >>>> >>>> Hello! >>>> >>>> I'm interested in the HTTP encapsulation (and maybe adding some JSONP >>>> support). Has anyone started this? I'm willing to work on this :) >>>> >>>> >>> >>> Nobody has begun this feature at my knowledge so go ahead :). >>> >>> Thanks to contribute to JsonRpc-Cpp. >>> >>> Regards, >>> -- >>> Sebastien Vincent >>> >>>> Thank you! >>>> Eric >>>> >>>> >>>> > ------------------------------------------------------------------------------ >>>> Come build with us! The BlackBerry® Developer Conference in SF, CA >>>> is the only developer event you need to attend this year. Jumpstart > your >>>> developing skills, take BlackBerry mobile applications to market and >>>> stay >>>> ahead of the curve. Join us from November 9-12, 2009. Register >>>> now! >>>> http://p.sf.net/sfu/devconf >>>> _______________________________________________ >>>> Jsonrpc-cpp-devel mailing list >>>> Jso...@li... >>>> https://lists.sourceforge.net/lists/listinfo/jsonrpc-cpp-devel >>>> >>> >>> >>> > |