>> Stupid question: Have you closed explicitely the >> client socket (Java) ?
> No when i debug my java client application the cursor > is blocked on the line that wait for data from the > delphi server You are using a blocking Java socket and you didn't sent what the receiver was expecting. Maybe you try to receive a line and didn't sent the end of line (#13#10) ? -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

