I did some network performance

I did some network performance tests on my application using Open Transport & BSD Sockets. I had it do the identical server transactions several times with both APIs and took the average times.

I found that BSD sockets are a lot faster than Open Transport. Average times with OT were about 550 ticks & with sockets it was around 360 ticks (calculated by calling TickCount before & after the server interactions).