Hi Guys,
During Debug is usual use TCP connection to see messages live. Unfortunately TCP is quite slow compared to file or memory protocol. Could you add in the next version a 'live' protocol based on messages or memory mapped file, that is fatster than TCP.
Thanks
Ing Giuseppe 'Geppo' Monteleone
Subscribe to forum
Forum
faster protocol
Page: 1
| Author | Post |
|---|---|
|
#1 Mon Dec 17, 2007 11:17 am
|
|
|
Member
Registered: Sep 2007
Posts: 19
|
|
|
#2 Mon Dec 17, 2007 3:40 pm
|
|
|
Administrator
Registered: Sep 2007
Posts: 133
|
Hello Giuseppe,
TCP might not be the fastest protocol but it also has some advantages over, for example, window messages. With window messages, it is not so easy (or even impossible) to guarantee that the receiving application can really handle the amount of generated log messages (something that is supported by our TCP protocol). Moreover, window messages can be very problematic in service applications. Nonetheless, we are already working on improving the TCP performance. We are currently working on both the receiving and the sending side to optimize the TCP protocol. The changes will be integrated into SmartInspect 3.0. |
Page: 1