On Thu, 26 Jul 2007 16:28:10 +0200, João Eiras <[EMAIL PROTECTED]>
wrote:
After a quick glance I have two sugestions.
a) the tcpsocket object could have a peerAddress property which
returns the IP of the peer. This is great to resolve addresses. Could
there be any security issues ?
Hi João,
The idea was to have an optional security model that applies to regular
web *pages*. For web *applications* a more relaxed approach is often
needed. I can't see that the peer property introduce any new security
issues.
b) the ability to read/write data synchronously.
It's certainly not clear enough, but this should work already. The
socketdata event is just informal and contains no payload. It only
contains information on the number of bytes available for reading.
--
Cheers,
- Gorm