Einzelnen Beitrag anzeigen

Delphi.Narium

Registriert seit: 27. Nov 2017
2.490 Beiträge
 
Delphi 7 Professional
 
#15

AW: Apache Modul blockiert bei zip

  Alt 16. Mär 2023, 11:25
Erfolgen die Zugriffe von mehreren Clients oder nur von einem Client?

Sind nur ein Client und ein Server involfiert, könnte es mit der Spezifikation des HTTP-Protokolls zusammenhängen. Hier ist die Anzahl der gleichzeitigen Verbindungen zwischen Client und Server begrenzt.

part of Hypertext Transfer Protocol -- HTTP/1.1 - RFC 2616 Fielding, et al., letzter Absatz des Kapitels 8.1.4 Practical Considerations
Zitat von 8.1.4 Practical Considerations:
Clients that use persistent connections SHOULD limit the number of simultaneous connections that they maintain to a given server. A single-user client SHOULD NOT maintain more than 2 connections with any server or proxy. A proxy SHOULD use up to 2*N connections to another server or proxy, where N is the number of simultaneously active users. These guidelines are intended to improve HTTP response times and avoid congestion.
Könnte es hier eventuell einen Zusammenhang geben?
  Mit Zitat antworten Zitat