logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache question about Receive delayed data
Author
martone



Joined: 26 Oct 2018
Posts: 1
Location: taiwan

PostPosted: Fri 26 Oct '18 8:18    Post subject: Apache question about Receive delayed data Reply with quote

This has a server and a client. client send data to server every second.

After some time, The server received more than 30 minutes slower data(check apache access.log)

I suspect that there is data accumulation on the client side.than I rebooted the server and Still receiving old data. This should be the client has stacked? Or Apache has stored the data and will appear in the access.log when it is to be processed?

server:xampp 7.2.11(use postgresql, no mysql)
os:windows 7
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Wed 27 Mar '19 16:45    Post subject: Re: Apache question about Receive delayed data Reply with quote

martone wrote:
than I rebooted the server and Still receiving old data.


That data must come form the client. Apache doesn't store any data.
Back to top


Reply to topic   Topic: Apache question about Receive delayed data View previous topic :: View next topic
Post new topic   Forum Index -> Apache