Re: http gateway, was Re: Something interesting for 4.33

Kenneth Martin <martin-TxPoQvD3IN4C6LszWs/[email protected]> Thu, 29 Jan 2015 13:51:27 -0500
Newsgroups gmane.comp.python.pyro
Message-ID <[email protected]>
Irmen, have you tried using yaml on json serialized messages? I believe 
it is a superset of json and they should be compatible. I am using it 
for transferring objects over pyro fairly successfully.
-Ken

On 15-01-28 05:46 PM, Irmen de Jong wrote:
> On 27-1-2015 3:48, Irmen de Jong wrote:
>> Something interesting coming in 4.33;
>> https://github.com/irmen/Pyro4/commit/126097bca8ef8c05d4ca51aaf4a7d19859f47031
>>
>> The file is named httpgateway.py and leverages Pyro's json serializer.
> The http gateway is coming along nicely.
>
> The fact that Pyro already can talk json by means of a simple serializer switch, makes
> the work the gateway has to do actually very simple. Almost all it does is convert a
> http rest call to the appropriate Pyro call and return the resulting json verbatim.
>
> You can have a glimpse of it here: http://i.imgur.com/705WUoF.png
> or just grab the git master and toy with it yourself :)
>
> Won't be long till 4.33 I guess...
>
>
> Irmen
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Pyro-core mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pyro-core

-- 
Kenneth Martin, President
Granite SemiCom Inc.
555 Richmond St. W, BX1200/Suite 905
Toronto ON
416 640-2626, www.granitesemi.com


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/