In the Status Report page in drupal, i usually find this message (on fresh installation):
Your server is capable of displaying file upload progress, but does not have the required libraries. It is recommended to install the PECL uploadprogress library (preferred) or to install APC.
But i never understood why its preferred the PECL uploadprogress library over APC, and that's my question today.
Is pecl uploadprogress faster, take less system resources, or is more easy to install/configure/use then APC?
Anyone have ideas about why it is preferred over APC? (googlin around for APC vs pecl uploadprogress
doesnt return nothin usefull)