From 8e46a7236b0d87493c5f68ee77fb3072f36435a5 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Wed, 14 May 2003 22:46:27 +0000 Subject: [PATCH] TODO: Stated protocol connection pool --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 2c1f79988f..e39eaf039c 100644 --- a/TODO +++ b/TODO @@ -55,6 +55,11 @@ Streams * Route filestat.c through the wrapper layer; isolate the statcache code so that it is independent of php functions and can be applied to any stream/path. + * Implement generalized connection pool for stated protocols such as + ftp and http/1.1 (using keep-alive) to avoid having to negotiate + new command/request stream for each subsequent call; Possibly store + resources in contexts (creating a default context if necessary) to + allow segmentation of connection pools. * Add a method to take ownership of the memory buffer in memory streams so that generating string values for zvals doesn't require an estrdup. * bundle and use curl lib for fopen wrapper. -- 2.50.1