Re: WSADuplicateSocket IOCP 10054 10053

Tech-Archive recommends: Fix windows errors by optimizing your registry



IOW you just send created socket ( on succesfull accept() ) to other
application.
In this case check what happen with channel of that socket ( IP/ports on
both sides ) with netstat.exe in dos box
Arkady

"Vinay" <er.vinay@xxxxxxxxx> wrote in message
news:1159376672.227289.142940@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
server only create a socket for the child applications which are
seperate applictions and serving different purposes.main socket server
only creates the sockets and pass these sockets to child application
server which is required to process the request.
The main idea is to create only one listen socket but we have many
application servers running over that system.



.



Relevant Pages

  • Re: TCL multiple sockets communication
    ... can anybody tell me if it is possible for a server to open ... puts "Accepted connection $channel from $client" ... easily modify it to accept multiple ports by adding another [socket ... proc accept {srv channel client port} { ...
    (comp.lang.tcl)
  • Re: Structure of the multitasking server
    ... is written the maximum number of server per Check_Selector is 27. ... GNAT.Sockets.Create_Selector uses two socket and the TCP/IP sub-system ... for I in reverse S'Range loop ... This is more or less what I came up with, where the "channel" is a ...
    (comp.lang.ada)
  • Re: How to terminate a socket in CLOSE_WAIT state
    ... FTP Server fixed for certain FTP clients who use both passive ... This was causing a PASSIVE opened socket to be left ... but instead expect the "half close" from the receiver. ... this sends a TCP/IP FIN packet to the ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Socket switch delay
    ... both at the client and at the server (and why ... would you set the send buffer size to zero on a non-overlapped ... One glaring error is your client does ... So when you use a single socket, ...
    (microsoft.public.win32.programmer.networks)
  • Re: Applet Hangs when submitting data to servlet
    ... to put a time limit on my socket connections and socket reads. ... public void setTimeoutthrows UnknownHostException, ... on our web server. ... private JButton theSubmitButton_, theClearButton_; ...
    (comp.lang.java.programmer)