coldfusion244
Junior Contributor
Sorry HJB, thought I was done but guess not.
Basically what is happening:
I have a server and multiple clients. Data is sent to the server from an outside source that I choose. Once the server digests the information into actual parts, it sends that to certain clients or in cases, all. I have it set to show me what it sends and recieves. The onyl problem I am having is that I have no clue how to control the recieve buffer. I made a global byte for this but I never know when to clear it. I tried it in several different places but no avail. Either it erases the data or keeps the data. I'll post the code if need be, but there is a good bit of it. I have been looking all over for a *good* example of asynchronous sockets, so if you know of one please link it. Thank you to all.
-Sean
Basically what is happening:
I have a server and multiple clients. Data is sent to the server from an outside source that I choose. Once the server digests the information into actual parts, it sends that to certain clients or in cases, all. I have it set to show me what it sends and recieves. The onyl problem I am having is that I have no clue how to control the recieve buffer. I made a global byte for this but I never know when to clear it. I tried it in several different places but no avail. Either it erases the data or keeps the data. I'll post the code if need be, but there is a good bit of it. I have been looking all over for a *good* example of asynchronous sockets, so if you know of one please link it. Thank you to all.
-Sean