New Version of XLLoop (0.3.2) Available

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.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.