G
Guest
Hi,
I've developed program to sending Serializable message (using Attribute)
with BinaryFormatter. But it can use Network utilization only 6% on 100Mbps
LAN (check from Networking on TaskManager). The program is service guarantee
model that send the message and wait for ack message before sending next
message. Another point is that program will receive messages from clients
and then queue them to send thread to send those messages to another machine.
And my test environment is on XP box with HT machine.
So, how can I do to improve the performance that will not affect design goal?
Thanks in advance,
Thana N.
I've developed program to sending Serializable message (using Attribute)
with BinaryFormatter. But it can use Network utilization only 6% on 100Mbps
LAN (check from Networking on TaskManager). The program is service guarantee
model that send the message and wait for ack message before sending next
message. Another point is that program will receive messages from clients
and then queue them to send thread to send those messages to another machine.
And my test environment is on XP box with HT machine.
So, how can I do to improve the performance that will not affect design goal?
Thanks in advance,
Thana N.