Summary | VFS Quota |
Queue | Horde Framework Packages |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | aj (at) mindcrash (dot) com |
Created | 05/10/2004 (7742 days ago) |
Due | |
Updated | 09/27/2005 (7237 days ago) |
Assigned | 05/25/2004 (7727 days ago) |
Resolved | 09/22/2005 (7242 days ago) |
Milestone | |
Patch | No |
ticket was originally opened for. Moving that enhancement to a new
ticket.
Bug #2685;ticket was originally opened for. Moving that enhancement to a new
ticket.
Quota Information:
Used: xxx
Quota: xxx
Percent: xx%
What do you think?
info that they want. Perhaps it can be put on one of the top buttons?
What are your thoughts?
Thanks.
files in a VFS backend can be a very time-consuming process (e.g. a
ftp account with hundreds of folders). The code as it stands right
now only calculates the size when a write process is performed. This
will not happen on the majority of page loads. If you are asking to
recalculate the filesize on every page load with some kind of status
bar, this will be a terrible performance issue at this time.
Other options to consider:
1.) Caching filesize - this will only work if we can be sure that the
Horde VFS object in the current session is the only method that can be
used to update the filesystem. This might be doable if we add an
'exclusivevfsupdate' parameter that indicates this is the case. In
the default case, however, we can't cache.
2.) Have a separate page in gollem that can be accessed that will show
the VFS quota information - a better option.
reports the quota status to the user, just like IMP does. Can this be
added?
State ⇒ Resolved
Assigned to Michael Slusarz
Some notes from the gollem aspect of these patches that were posted on
the list by me a few months ago:
Looks like this is
Bug #162. Just some notes on a very quick perusalof the gollem part of the patches submitted:
1) this should be allowed to be turned on/off per backend setting, not
generally in the configuration file
2) there is absolutely no hurry to get this into gollem since it will
require a version of Horde that doesn't even exist yet (i.e. Horde 3.1
at the earliest).
Are these patches good enough to commit? This is an enhancement I
have been looking for.
Thanks.
sql and sql_file drivers to use bind variables?
New Attachment: vfs[1].patch
the top block of gollem. I think this should be done, otherwise users
may get confused.
Thoughts?
Priority ⇒ 2. Medium
Taken from
Priority ⇒ 2. Medium
State ⇒ Assigned
Queue ⇒ Horde Framework Packages
Priority ⇒ 2. Medium
State ⇒ New
Queue ⇒ Gollem
Type ⇒ Enhancement