- 19 Feb, 2012 7 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
When WRW is used to send stuff to the backend 'req->t_resp' is not an appropriate base for the timeouts.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
We now have: VSL() -> send directly to global VSL buffer VSLb() -> send to buffered VSL VSLbt() -> send txt to buffered VSL
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 16 Feb, 2012 1 commit
-
-
Andreas Plesner Jacobsen authored
Fixes #1056
-
- 15 Feb, 2012 12 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
the "real streaming" code we are working on.
-
-
Poul-Henning Kamp authored
-
Martin Blix Grydeland authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Tollef Fog Heen authored
-
- 14 Feb, 2012 20 commits
-
-
Martin Blix Grydeland authored
Fixes: #1092
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
the VSL coords which are now a property of struct http.
-
Poul-Henning Kamp authored
VSL logging. More to come.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
vbc's vsl_id. When the vbc is returned, restore the original vsl_id. Change WSLB() to VSLB() and have it take a busyobj as arg.
-
Poul-Henning Kamp authored
buffers wid with the vbc's vsl_id. Flush the buffer when we recycle/close the vbc.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Size controlled by param vsl_buffer which will replace shm_workspace. The space comes out of request workspace.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
locking: Each pool fetches blocks of numbers to assign, then hands them out one by one using the existing lock. Session numbers are 32bit and start at zero on worker process startup. Together with another 32bit number, local to the session, they will be used to link VSL records into transactions.
-