Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
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 ...
|
|||||||
|
|||
|
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.) |
|
|||
|
Re: winsock protocol
We tried recording a script using Winsock protocol in LR. The script runs fine but we dont get the results displayed. Can you let me know if this can be done?
Thanks, Sam |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| using Oracle Web Appl 11i Protocol | Sudha_r | LoadRunner | 6 | 09-30-2009 02:01 AM |
| Protocol testing | sowmyadesaraju | Testing Issues | 6 | 08-19-2009 04:48 AM |
| Transfer files using UDP Protocol | Geek_Guest | Java | 4 | 12-21-2008 05:55 AM |
| CITRIX Protocol | aj_tstr | LoadRunner | 1 | 01-23-2008 04:46 PM |
| What is the function of Karborus protocol and bootp protocol | Jeebendu_bipa | Networking | 0 | 09-07-2007 10:06 AM |