Freshly graduated information scientist signing in to do some community contributing.
|
2d
|
|
accepted | Rewrite existing but broken symlinks with .htacces? |
|
2d
|
|
comment |
Rewrite existing but broken symlinks with .htacces? It makes so much sense it's embarassing I didn't look there yet. I'll test it tomorrow and accept then. Thank you! |
|
2d
|
|
comment |
Rewrite existing but broken symlinks with .htacces? I had no idea that the session was what prevents paralelism of large outputs with PHP! In that case I'm sure I can implement all the logic to store session independent authorization data and such. Are there any more of these functions you know of that cause sequential handling of PHP calls? |
|
2d
|
|
comment |
Rewrite existing but broken symlinks with .htacces? If with sessions you mean session_start(), yes that was being used by a framework that does the generating of the cache file. The performance issue is that images files are loaded sequentially when PHP outputs them even if no image manipulation is performed or any files overlap. |
|
2d
|
|
revised |
Rewrite existing but broken symlinks with .htacces? added 258 characters in body |
|
2d
|
|
comment |
Rewrite existing but broken symlinks with .htacces? Using PHP is exactly what I try to avoid in this scenario, for performance issues. Outputting files using PHP causes PHP to lock for the duration of the output. In larger galleries this is too slow. The symlink is generated by PHP ahead of time to mark you have permissions to generate the target file if it does not exist. |
|
2d
|
|
asked | Rewrite existing but broken symlinks with .htacces? |
|
Apr
29 |
|
asked | Integrating Pidgin with Online Accounts |
|
Mar
22 |
|
comment |
Backup plan compilation guides? Yes and the question was: is there a resource to compile (meaning you do it yourself with a wizard or checklist) such a list based on your specific needs? Of course that is not impossible. It's a matter of streamlining information that's already out there. All that's needed is someone authoritative that invests the time to do just that. The (author of the) book recommended in the comments makes a good attempt at this. |
|
Mar
22 |
|
awarded | Teacher |
|
Mar
21 |
|
awarded | Autobiographer |
|
Mar
21 |
|
answered | Ajax jabber/XMPP client recommendations (real experience only please) ! |
|
Mar
21 |
|
comment |
Backup plan compilation guides? Although true (as far as I can tell). That does not really address my question. I'm looking in particular for a list that attempts to piece all the specific needs together as well so you have a good view on what needs to be done. In theory, using this one should be able to search on how to do the encryption, how to do the remote backups, etc. |
|
Mar
20 |
|
comment |
Backup plan compilation guides? @MichaelHampton At first glance, that seems to be exactly what I'm looking for. I'll look into it. |
|
Mar
20 |
|
awarded | Student |
|
Mar
20 |
|
comment |
Backup plan compilation guides? I figured not, because the only reason to have a list of this is to make sure you're doing it securely. If all you need is to HAVE a backup plan at all then en.wikipedia.org/wiki/Backup_rotation_scheme and a search for Rsync will be enough. It's not safe... rolling your own hacked together shell script and a cronjob but it gets you going. |
|
Mar
20 |
|
asked | Backup plan compilation guides? |
|
Mar
20 |
|
awarded | Editor |
|
Mar
20 |
|
revised |
Sensible usecase for restricting special characters in passwords? Added reference to another usecase. |
|
Mar
20 |
|
answered | Sensible usecase for restricting special characters in passwords? |