Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. limecake

    small client/server using sockets inputting through jsp

    I didn't write the server code it's a task. fds, sockimpl are out of scope with what i'm trying to solve. i wasn't judging sorry if i sounded disrespective, really i do understand from your post how badly written some of the code was posted there must be a solution to it though even if the...
  2. limecake

    small client/server using sockets inputting through jsp

    whenever a connection establishment is made, the io streams and the socket it self is closed by the client whenever it finishes sending something. But the server still listens on the port waiting for other clients to connect which then opens another socket with input/output streams (when requested).
  3. limecake

    small client/server using sockets inputting through jsp

    that's what the client does. The server is always running waiting for incoming connections i don't see why it should close it's input stream. same as above. to tell you the truth, it's a tutorial exercise i've been stuck on it for a couple of weeks now i just wanted some hints if the code i...
  4. limecake

    small client/server using sockets inputting through jsp

    hi sedj, i've actually tried that but the problem just gets worse, when i try to enter a cd through the html it just hangs nothing is displayed i tried leaving it for up to 10 mins. sorry about that. I think the problem is with cdprocess.jsp i wasn't too sure if i followed the commented...
  5. limecake

    small client/server using sockets inputting through jsp

    I'm having problems with the following whenever a cd is inputted via cdinput.html it runs cdprocess.jsp to create an XML document with DOM in memory this is sent to the server and is later printed out to the users screen. The server must be started in order for it to work. For some reason it...

Part and Inventory Search

Back
Top