Fwd: Re: .Net-Smalltalk IPC

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Fwd: Re: .Net-Smalltalk IPC

SebastianHC
Well, Marten Feldtmann and I work/worked on one when ever we have the time to.

Have a look here: http://schrievkrom.wordpress.com/?s=zeromq

If you have some experience with Squeak or Pharo you might also want to have a look at
http://www.squeaksource.com/ZeroMQ.html
to get a general idea about the parts needed.
But the Squeak implementation is very very limited.

Sebastian


Am 25.09.2013 08:58, schrieb nicola mondinelli:
are there any ZEROMQ wrapper for VAST already?

Il giorno mercoledì 25 settembre 2013 15:33:34 UTC+2, Sebastian Heidbrink ha scritto:
Hi Francesco,

I would have a look at http://zeromq.org/.

This is a networking library it helps you easily setup a nice
distributed environment among your needed software parts.
Unfortunately you might need to implement such support for ZeroMQ.

ZeroMQ just uses ByteArrays as communication medium and this means that
is also up to you how you exchange the real object data.

Here you might have a look at things like message pack or similar object
serialization solutions. It just depends on your needs and wishes.

One thing I like about zeroMQ is that it is very fast, reliable and
support by a vast amount of programming languages.

It is also not that difficult to setup your own memory mapped file
solution. This is also missing in VAST. But it is not that difficult
since the MSDN explains fairly details how to implement it and VAST's OS
layer contains most needed API methods and structures. But this approach
needs more care and knowledge about handling memory. But it works too.

Just my two cents

Sebastian


Am 25.09.2013 02:24, schrieb Francesco Raymondi:
> Hi all,
> we need to create communication process for an object�s transfer
> purpose between a Smalltalk application and a .Net 4 application.
> What are the best pratices to do that? (and not involve old style
> communications like pipeline, text files or db exchange tables).
>
> We have VisualAge Smalltalk 6.0.2.
>
> Thank you very much.
>
> Regards,
>
> Francesco
>
> --
> You received this message because you are subscribed to the Google
> Groups "VA Smalltalk" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to <a moz-do-not-send="true" href="javascript:" target="_blank" gdf-obfuscated-mailto="aorQqe-c0OEJ">va-smalltalk...@googlegroups.com.
> To post to this group, send email to <a moz-do-not-send="true" href="javascript:" target="_blank" gdf-obfuscated-mailto="aorQqe-c0OEJ">va-sma...@....
> Visit this group at http://groups.google.com/group/va-smalltalk.
> For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.



--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.