Prepare for your Next Interview
This is a discussion on winsock protocol within the LoadRunner forums, part of the Software Testing category; Hi, guys,, i want to test the performance of a client server application which uses winsock protocol . for this can any one suggest me a open source tool. thanks in ...
|
|||
|
winsock protocol
Hi, guys,, i want to test the performance of a client server application which uses winsock protocol .
for this can any one suggest me a open source tool. thanks in advance. |
| Sponsored Links |
|
|||
|
Re: winsock protocol
The Windows Sockets (abbreviated "Winsock" or "WinSock") specification defines a network programming interface for Microsoft Windows which is based on the "socket" paradigm popularized in BSD Unix. It encompasses both familiar Berkeley socket style routines and a set of Windows-specific extensions:
Winsock 1 apps can ask Winsock to send notifications in window messages. This allows your program to handle both the network, UI issues, and background processing without having to worry about concurrency. Winsock 2 adds many features. See below for details. Winsock 2.x defines two interfaces: an application programming interface (API) which shields application developers from underlying layers, and a service provider interface (SPI) which allows transparent extensions to a Winsock stack. Through proper use of the API, a Winsock application can work over various network transport protocols and Winsock implementations. (By the way, most people just say "Winsock 2" when speaking of the current version of Winsock, because the newer versions just contain edits and clarifications to the original spec.) |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| using Oracle Web Appl 11i Protocol | Sudha_r | LoadRunner | 5 | 05-06-2008 04:55 AM |
| CITRIX Protocol | aj_tstr | LoadRunner | 1 | 01-23-2008 03:46 PM |
| Transfer files using UDP Protocol | Geek_Guest | Java | 1 | 12-10-2007 11:33 AM |
| What is the function of Karborus protocol and bootp protocol | Jeebendu_bipa | Networking | 0 | 09-07-2007 09:06 AM |
| Protocol testing | sowmyadesaraju | Testing Issues | 1 | 08-24-2007 06:16 PM |