F
frank.preiss
Hi,
I'm looking for help monitoring the communication of a client/server
application. We are using the .Net default serialization/
deserialization with the binary formatter using .Net 2.0. I don't see
any chance spying on what is going on during communication. We
experience poor performance and I want to figure out why.
I'd like to measure the throughput and amount of data and I'd like to
figure out how much time is consumed by serialization/deserialization
compared to sending the data over the wire.
I've read "Improving .NET Application Performance and Scalability" by
Meier et.al., but didn't found the sections about remoting very
helpful.
Bye,
Frank
I'm looking for help monitoring the communication of a client/server
application. We are using the .Net default serialization/
deserialization with the binary formatter using .Net 2.0. I don't see
any chance spying on what is going on during communication. We
experience poor performance and I want to figure out why.
I'd like to measure the throughput and amount of data and I'd like to
figure out how much time is consumed by serialization/deserialization
compared to sending the data over the wire.
I've read "Improving .NET Application Performance and Scalability" by
Meier et.al., but didn't found the sections about remoting very
helpful.
Bye,
Frank