Improved viewer and script communications (Re: [sldev] Puppettering Branch)

Tateru Nino tateru.nino at gmail.com
Sun Jun 8 19:03:21 PDT 2008



Lawson English wrote:
> Argent Stonecutter wrote:
>> http://jira.secondlife.com/browse/SVC-2509
>> http://jira.secondlife.com/browse/SVC-2508
>> _______________________________________________
>> Click here to unsubscribe or manage your list subscription:
>> /index.html
>>
> One issue to keep in mind is that LL is committed currently to using 
> http or some variation for virtually all of its communications needs 
> between client and server. Because of the http/1.1 recommendation for 
> having at most only 2 http connections between client and server, 
> their first response will be to point to the preceding requirement and 
> any suggestion about communications will have to fit into that 
> 2-socket requirement in some way.
>
The two-socket recommendation is an RFC2616 advisory, intended to 
encourage a specific behavior pattern based on the size, quantity, 
request pattern and so forth of entities on the Web. It is not 
unreasonable for non-Web-based applications to have more (or fewer) 
simultaneous HTTP transports (persistent and non-), because they're 
never going to experience the conditions and circumstances that the 
two-socket recommendation was intended to address.


More information about the SLDev mailing list