From: Kamal Prasad <kamalp@mindware.soft.net>
To: "'java-security@java.sun.com'" <java-security@java>
Subject: Hi!
Date: Fri, 21 Feb 97 16:33:00 PST
Hi!
Java applets can read a URL from the server but cannot write to the URL.
To write to a URL , u need a server to listen on aspecific port.
I think if you can remove the restriction, that will facilitate more
powerfull applets.
Many applets need to communicate info gathered from client back to
server.
If all of them require one server each, you will soon run out of port
numbers on the server.Further, my web master may give me the freedom to
upload applets and web pages but certainly not the freedom to run
daemons.
Regards
-kamal