My personal question thread

I’m trying to develop a routing system to my Broker.

Therefore I’ll start a thread and hope I get all my questions answered.



Question 1)

Which parameters are to use, for the further poll statements after I got a sessionid. The standard address with the standard port http://autotrade.collective2.com:7878/ or

http://74.220.20.155:7878/ with the values from

<redirectip>74.220.20.155</redirectip>

<redirectport>7878</redirectport>

It would be great if a developer from collective2 could have a look into the C2 Development thread daily! I want to get the software done as soon as possible, so waiting for answers is really not helpful…

Hi, Josef:



After requesting the initial session id, you will receive the IP address and port that the server wants you to use for all subsequent communication with the server during that session. This allows the server to distribute load evenly across IPs and ports. In the example you mention above, you should make all further communication requests to 74.220.20.155:7878



- Matthew