![]() |
#1
|
|||
|
|||
![]() Hi,
I am using the demo version of the server to test a client I am working on. I have reach a point where : client server -POST-> OK <------ OK -POST-> OK no answer. Capturing the TCP stream, I have seen that my transport layer is using a different port for each POST and the socket with first port is still open when sending the second POST. Could you confirm that demo version can only use one socket at a time? Thanks. |
#2
|
||||
|
||||
![]() It can only handle one session at a time, and it cannot process requests concurrently, but the listen/accept mechanism is implemented in a perfectly normal way. Of course, when the server is busy, no further connection would be immediately accepted, but this would harm only if your client had a very short connection timeout.
__________________
Lukas Zeller, plan44.ch |
#3
|
|||
|
|||
![]() I am not a specialist in this field so I have looked for an easy solution. I found a way to configure my TCP stack so that it uses the same port during the complete sync session (which does not work for some other applications but allows me to test my syncML client).
Thank you for answering anyway. |
![]() |
Thread Tools | |
Display Modes | |
|
|