Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Apache question about Receive delayed data |
|
Author |
|
martone
Joined: 26 Oct 2018 Posts: 1 Location: taiwan
|
Posted: Fri 26 Oct '18 8:18 Post subject: Apache question about Receive delayed data |
|
|
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: 7373 Location: Germany, Next to Hamburg
|
Posted: Wed 27 Mar '19 16:45 Post subject: Re: Apache question about Receive delayed data |
|
|
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 |
|
|
|
|
|
|