You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AS3 HttpClient
Gabriel,
Can you please try to add the support for connection 'keep-alive', so
same socket connection can be used to serve multiple requests. If we
have to send the requests very frequently, it's very costly to open
the new socket connection for every new request.
Vijay
unread,
May 19, 2009, 5:57:54 PM5/19/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AS3 HttpClient
Gabriel,
Do you have any plan to support Connection keep-alive ?