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...
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 :=...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.