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 John Tel 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. AncientHacker

    Get send window size??

    I have a weird thing I want to do. I have a server that sometimes hangs and will not accept any more input. The right fix would be to fix the offending code, but that would require a looong QA cycle which I'd like to avoid for now. What I'd like to do is form the client end, send a packet to...
  2. AncientHacker

    TMemoryStream.SaveToFile not thread-safe?

    Weird. I'm doing this in a thread and it consistently bombs out with "File being accessed by another process". Should not happen with the csFile as a global TCriticalSection, no? For Loops := 1 To TestLoops Do Begin InMemStream := TMemoryStream.Create( ); Act :=...
  3. AncientHacker

    How to get TIdHTTPServer to bind

    I have an app that starts up just fine and starts a HTTP server on port 8181. (using delphi indy TIdHTTPServer) All that is fine. But sometimes the app crashes and leaves a dangling listener apparently, because when I re-run the app it says "Bind-- port already in use". Surely there is some...

Part and Inventory Search

Back
Top