Rob Gonda's Blog

Railo adds a cluster scope

Railo introduced yesterday the cluster scope. In a nutshell, you can register all servers in a cluster and Railo will automatically sync the scope across all nodes. The caveat at the moment is that it only supports simple types (simple values, arrays, structs, queries), but not CFCs and Java Objects.

TrackBacks
There are no trackbacks for this entry.

Trackback URL for this entry:
http://www.robgonda.com/blog/trackback.cfm?FDCC5149-B7F6-3BC5-BDBCAE534E8556EE

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
That's pretty cool. Can anyone confirm if CFCs are serializable in Railo?

~Brad
# Posted By Brad Wood | 7/7/08 12:56 PM
@Brad, Streit Michael from Railo says:

Railo support serialisation for most of the types inside cfml, including array,struct,cfcs and java object (that are Serializable).
for example:
<cfset ser=serialize(myCFC)>
<cfdump var="#evaluate(ser)#">
# Posted By Rob Gonda | 7/7/08 1:00 PM
This blog is running version 5.9.003. Contact Blog Owner