Expand my Community achievements bar.

Use LCCS only as peer introduction service

Avatar

Level 2

I'd like to migrate an application built around Cirrus to LCCS so it can be used commercially.

Is it possible to just use a plain vanilla NetConnection (as in Cirrus) to connect to LCCS and create NetGroups after successful connection? if so, how does the connection string need to look like?

Thanks,

Dirk.

2 Replies

Avatar

Former Community Member

Hi Dirk,

Sorry, no, we don't expose plain NetConnections. There are some pretty good

reasons for this (load-balancing, reconnect, fail-over, etc). All of this

said, the migration path usually isn't very difficult.

nigel

Avatar

Level 2

ok, thanks.

Wondering if I can use p2p object replication with LCCS then as I need to process the "core" NetGroup events (e.g. NetGroup.Replication.Request) to replicate data.

Dirk.