Symbian3/SDK/Source/GUID-C3D309CB-EA9E-4D8D-8C88-3EBC5695385F.dita
changeset 0 89d6a7a84779
equal deleted inserted replaced
-1:000000000000 0:89d6a7a84779
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-C3D309CB-EA9E-4D8D-8C88-3EBC5695385F" xml:lang="en"><title>Tuning
       
    13 the HTTP protocol handler</title><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>Some tuning can be made to optimize HTTP comms performance. The session
       
    15 properties <xref href="GUID-7BB3CFA5-4697-305D-B4FD-D8747BB56E04.dita#GUID-7BB3CFA5-4697-305D-B4FD-D8747BB56E04/GUID-6BA3F3C6-EF66-3948-B593-3CC4EBC5D11E"><apiname>HTTP::EMaxNumTransportHandlers</apiname></xref> and <xref href="GUID-7BB3CFA5-4697-305D-B4FD-D8747BB56E04.dita#GUID-7BB3CFA5-4697-305D-B4FD-D8747BB56E04/GUID-53990AF7-D4E6-3379-888C-CA4F1C484FE7"><apiname>HTTP::EMaxNumTransPerTranspHndlr</apiname></xref> determine
       
    16 how the internal queueing works. </p>
       
    17 <ul>
       
    18 <li id="GUID-2EEE0E66-027A-5AD0-8AAF-E79E391B8FA5"><p> <codeph>HTTP::EMaxNumTransportHandlers</codeph> determines
       
    19 the maximum number of sockets that may be open at a time. Its default value
       
    20 is 4. </p> </li>
       
    21 <li id="GUID-D7AB0AC9-7A40-5035-91EB-BAC4D8D8ABCA"><p> <codeph>HTTP::EMaxNumTransPerTranspHndlr</codeph> determines
       
    22 how many transactions may be allocated to a given transport handler (that
       
    23 is, socket) before being backed up in a pending queue. Its default value is
       
    24 5. </p> </li>
       
    25 </ul>
       
    26 </conbody></concept>