Hi,<br><br>I wouldn't consider Termite to be "production ready" either, at least not in the sense that Erlang is.  I know some people use Termite in their work every day, so at least its useful for them.  <br>
<br>It's true that the source code is a bit of a mess, but I've recently started to work on it again.  I'm refactoring the code so that it is packaged as a Gambit library instead of having to be compiled along with Gambit.  It will make it easier to work on.  I'm in the process of documenting it as well.
<br><br>As for exception propagation bugs, those have been fixed a while ago (unless there are some that I'm not aware of, which is possible).  The "remote ports" feature wasn't enabled by default, as a full integration with Gambit would be quite a bit of work: macros in Gambit generate a lot of different procedures to deal with ports, and I haven't figured out how to fully wrap all those.
<br><br>About a "portable Termite", I personally don't really care, just like I don't really care about "portable" Scheme code.  Gambit does almost everything I want, and there are so many ideas I have about expanding Termite that I'd rather work on those instead.
<br><br>I get almost no feedback on it, so I'm quite happy to get James comments, especially since I'm starting to care about it again.  If other people have feedback of any kind, I'd really like to hear it.<br>
<br><br>Guillaume<br><br><br><div class="gmail_quote">On Dec 20, 2007 11:55 AM, James Long <<a href="mailto:longster@gmail.com">longster@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I would not consider Termite production ready.<br><br>The creators of Termite describe it as a prototype.  In my opinion,<br>the source is quite a mess, with a bunch of commented out code and<br>little organization (remote ports for example aren't usable without
<br>modifications).  There's also known bugs with exception propagation<br>which make it less useful.<br><br>With that said, Termite works very well, especially if you are willing<br>to slap on a thin layer of code which makes up for some its current
<br>deficiencies.  There's solid deserializing / serializing there as well<br>as a few other things.  It may need compression if it wants to compete<br>with Erlang's remote messaging speed.  You could make Termite
<br>production ready somewhat quickly, but I think most people are more<br>interested in a portable Termite, and the current code is deeply<br>integrated with Gambit.<br><div><div></div><div class="Wj3C7c"><br>On Dec 20, 2007 10:03 AM, Joel Reymont <
<a href="mailto:joelr1@gmail.com">joelr1@gmail.com</a>> wrote:<br>> Is anyone running Termite in production?<br>><br>> Is it considered production-ready?<br>><br>>         Thanks, Joel<br>><br>> --
<br>> <a href="http://wagerlabs.com" target="_blank">http://wagerlabs.com</a><br>><br>><br>><br>><br>><br>> _______________________________________________<br>> Gambit-list mailing list<br>> <a href="mailto:Gambit-list@iro.umontreal.ca">
Gambit-list@iro.umontreal.ca</a><br>> <a href="https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list" target="_blank">https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list</a><br>><br><br><br><br></div>
</div><font color="#888888">--<br>James Long<br>Coptix, Inc.<br><a href="mailto:longster@gmail.com">longster@gmail.com</a><br></font><div><div></div><div class="Wj3C7c">_______________________________________________<br>Gambit-list mailing list
<br><a href="mailto:Gambit-list@iro.umontreal.ca">Gambit-list@iro.umontreal.ca</a><br><a href="https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list" target="_blank">https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
</a><br></div></div></blockquote></div><br>