Searched hist:"8746 e7272c61513b3e10c595fe9526ccf02c2c4a" (Results 1 – 5 of 5) sorted by relevance
/dokuwiki/lib/exe/ |
H A D | ajax.php | 8746e7272c61513b3e10c595fe9526ccf02c2c4a Wed Jun 08 21:35:14 UTC 2005 andi <andi@splitbrain.org> session_write_close added #364
I just learned that PHP does lock it's session objects. This is realy bad if you have multiple images in a page as each one will call fetch.php which locks the session, so everything can only be loaded sequentially. The fix for this is to close the session after using it which is after doing the auth and the breadcrumbs. I added the needed calls everywhere.
darcs-hash:20050608213514-9977f-f2dfc467ebbd06406e10e33a386fa1db6cb32dba.gz
|
H A D | fetch.php | 8746e7272c61513b3e10c595fe9526ccf02c2c4a Wed Jun 08 21:35:14 UTC 2005 andi <andi@splitbrain.org> session_write_close added #364
I just learned that PHP does lock it's session objects. This is realy bad if you have multiple images in a page as each one will call fetch.php which locks the session, so everything can only be loaded sequentially. The fix for this is to close the session after using it which is after doing the auth and the breadcrumbs. I added the needed calls everywhere.
darcs-hash:20050608213514-9977f-f2dfc467ebbd06406e10e33a386fa1db6cb32dba.gz
|
/dokuwiki/ |
H A D | feed.php | 8746e7272c61513b3e10c595fe9526ccf02c2c4a Wed Jun 08 21:35:14 UTC 2005 andi <andi@splitbrain.org> session_write_close added #364
I just learned that PHP does lock it's session objects. This is realy bad if you have multiple images in a page as each one will call fetch.php which locks the session, so everything can only be loaded sequentially. The fix for this is to close the session after using it which is after doing the auth and the breadcrumbs. I added the needed calls everywhere.
darcs-hash:20050608213514-9977f-f2dfc467ebbd06406e10e33a386fa1db6cb32dba.gz
|
H A D | doku.php | 8746e7272c61513b3e10c595fe9526ccf02c2c4a Wed Jun 08 21:35:14 UTC 2005 andi <andi@splitbrain.org> session_write_close added #364
I just learned that PHP does lock it's session objects. This is realy bad if you have multiple images in a page as each one will call fetch.php which locks the session, so everything can only be loaded sequentially. The fix for this is to close the session after using it which is after doing the auth and the breadcrumbs. I added the needed calls everywhere.
darcs-hash:20050608213514-9977f-f2dfc467ebbd06406e10e33a386fa1db6cb32dba.gz
|
/dokuwiki/inc/ |
H A D | common.php | 8746e7272c61513b3e10c595fe9526ccf02c2c4a Wed Jun 08 21:35:14 UTC 2005 andi <andi@splitbrain.org> session_write_close added #364
I just learned that PHP does lock it's session objects. This is realy bad if you have multiple images in a page as each one will call fetch.php which locks the session, so everything can only be loaded sequentially. The fix for this is to close the session after using it which is after doing the auth and the breadcrumbs. I added the needed calls everywhere.
darcs-hash:20050608213514-9977f-f2dfc467ebbd06406e10e33a386fa1db6cb32dba.gz
|