Question about sockets and threads
Hello guys
Today I've been trying to make a client that makes requests to a small
threaded smtp server. The thing that i'd like to know if it is
possible to make many requests using threads that connect to the same
ip/port, to test how the server behaves with simultaneous clients. I
tried this but it failed. I had to solve it spawning processes.
Is there anything wrong with trying to connect to the same ip/port
from different threads? My program just exited without complaining but
also doing nothing.
PD: The program was done in python under windows, but I trust that you
are the guys that know the answer.
.
Relevant Pages
- Re: Question about sockets and threads
... Lorenzo> Today I've been trying to make a client that makes requests to a small ... Lorenzo> threaded smtp server. ... (comp.os.linux.networking) - COM Interop + Threading + Scalability
... The Client completely denies ... The Rules Processor is implemented in VB 6 and the ASP.NET ... multiple concurrent requests for the Rules Processor. ... creates and initializes an apartment when calling a COM ... (microsoft.public.dotnet.framework.interop) - Re: [CFT][PATCH] new scheduler policy
... "The X server uses selectto detect clients with pending input. ... executing requests from the client with the smallest file descriptor. ... Each client has a buffer which is used to read some data from the ... (Linux-Kernel) - RE: Citrix/ISA
... Microsoft CSS Online Newsgroup Support ... |> server" will not affect your Web proxy functionality. ... |> requests from firewall client and SecureNAT client will not be able to ... |> HTTP redirector filter is used to grab the HTTP/HTTPS/FTP requests from ... (microsoft.public.windows.server.sbs) - RE: Citrix/ISA
... changing HTTP redirector filter to "Send to requested Web ... requests from firewall client and SecureNAT client will not be able to ... HTTP redirector filter is used to grab the HTTP/HTTPS/FTP requests from ... Redirect requests from Firewall and SecureNAT clients to the Web Proxy ... (microsoft.public.windows.server.sbs) |
|