is it possible to create socket like connections vie URLFetch service.
I need a similar implantation to the following code:
Socket s=new Socket();
s.connect(new InetSocketAddress("somehost.com",
3000));
i=s.getInputStream();
o=s.getOutputStream();
Does anybody know how to implement this via the URLFetchService
Thanks,
Sandro
Thats stupid, then I can forget appengine.
It's not a game server, a mail relay, a distributed computing farm. As a
result it is scalable predictable and supportable.
Thanks a lot.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to
google-appengi...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.