> Can I send directly everytime I call the client.Send(@sf, sizeof(sf))?

Yes, but pay attention to dynamic data which is represented by pointers. 
Sending a pointer to a remote site is useless !
Dynamic data are long strings, objects, dynamic arrays, pointer to 
anything,...

> Does TWSocketServer have any property that allow me to send everything

You never send anything with TWSocketServer. When you send something it is 
thru one of the TWSocketClient instanciated by TWSocketServer to handle 
client connection (you have access to all those sockets thru 
TWSocketServer.Client[].

> to send everything without buffered first?

What do you mean by "buffering first" ?

Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
http://www.overbyte.be



-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to