Posted by MarkLaymon on March 17, 2010 at 10:45pm
Before I add one of the following, is there a preference to which one is preferred at this time when using OP 1.7.1?
PECL uploadprogress library vs. APC
Before I add one of the following, is there a preference to which one is preferred at this time when using OP 1.7.1?
PECL uploadprogress library vs. APC
Comments
From what I understand PECL
From what I understand PECL is preferred because it is thread-safe and supports multiple simultaneous upload progresses, whereas APC does not.
.............................................
http://twitter.com/inadarei
Another reason
Quoting Christian Stocker, one of the two authors of the pecl::uploadprogress extension:
Meaning it is better to use PECL.
Why it is better using "slow" filesystem than "fast" RAM memory?
Because internet connections are not that fast to perceive difference between them - remember, you are uploading a file. In addition, RAM is shared memory.
Reference:
http://blog.liip.ch/archive/2009/03/31/upload-progress-meter-common-issu...
(second comment on the post)