reverted r6612, no longer call String.intern(). It seems, that with huge scenarios/networks, the pool of interned strings gets too big resulting in the following Exception: "Exception in thread "main" java.lang.OutOfMemoryError: PermGen space". So we'll continue to use heap space in favor of PermGen space...