Liste des Groupes | Revenir à co vms |
On 2024-10-02, Arne Vajhøj <arne@vajhoej.dk> wrote:Existing process.On 10/2/2024 1:52 PM, Simon Clubley wrote:Are you closing down the current instance of the client and thenDoes it reuse an existing connection for the next request (which is>
what you have told the server you are going to do due to your keep-alive
settings) or does it always create a brand-new connection for the next
request ?
New connection.
>
It is simulating multiple browser instances.
>
Browser #1 open connection to request the page - keep
the connection alive, because it may want to use it later.
>
Browser #2 open connection to request the page - keep
the connection alive, because it may want to use it later.
>
starting up a new instance of the client ?
or
Are you keeping the existing process running and creating a new
instance from it ?
In either case, are you _cleanly_ and _fully_ closing the existingNo.
connection _before_ you exit or create a new connection in the existing
process ?
Les messages affichés proviennent d'usenet.