Memory questions...
Posted: Sun Aug 10, 2003 6:28 am
Hello guys,
I was reading through the Atomic Web Server source code, and I have a question.
How come Fred (the programmer) chose the data buffer length of 2000, and not smaller, or bigger? Why not 5000? Why not 1? What's the difference?
I hope someone can help clarify this.
Thank you very much in advance.
I was reading through the Atomic Web Server source code, and I have a question.
Code: Select all
Default
RequestLength.l = ReceiveNetworkData(ClientID, *Buffer, 2000)
Gosub ProcessRequestI hope someone can help clarify this.
Thank you very much in advance.