Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Jun : My app often become hung
| Subject: | My app often become hung |
| Posted by: | "Bpk. Adi Wira Kusuma" (adi_wira_kusu..@yahoo.com.sg) |
| Date: | Sun, 17 Jun 2007 00:14:40 |
Hi all, I make an app like chat. I use D6, TNMMsg object. But My app often
become hung. and it is often happended on sending loop process ( send to any
computer).
I guest problem of My app often become hung, is called a procedure at time.
So when I send a message, do procedure x, and when I receive a message, I
also do procedure x.
But, may a procedure (procedure x) be called a time? Or is my guest wrong?
Please solve my problem