New Version of XLLoop (0.3.2) Available
September 18, 2011 Leave a comment
A new version of XLLoop is now available at the XLLoop SourceForge Page.
This release adds the ability to configure multiple function servers (providers) in one addin. The benefit is that you can deploy a single XLLoop addin to your users and (if necessary) logically separate your functions into separate server groups. This improves function isolation and scalability.
An example of the INI configuration for multiple server providers (from the XLLoop SourceForge page):
providers=Java,Python,Ruby,PHP include.volatile=false [Java] server=localhost [Python] server=localhost:5460 function.name=PY [Ruby] server=localhost:5470 function.name=RB [Erlang] server=localhost:5480 function.name=ERL [PHP] protocol=http url=http://xlloop.sourceforge.net/servers/php/TestServer.php send.caller.info=true function.name=LP
Also note that the source code for XLLoop has now moved to GitHub. Head over to the XLoop GitHub Page to view/download/fork.