php Programming Glossary: distributed
How to evaluate formula passed as string in PHP? http://stackoverflow.com/questions/1015242/how-to-evaluate-formula-passed-as-string-in-php or at your option any later version. This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY..
Signing PDFs on a server document using a signature from the user http://stackoverflow.com/questions/10656100/signing-pdfs-on-a-server-document-using-a-signature-from-the-user signing see below . Our SecureBlackbox product has a distributed signature add on which does exactly what you describe but unfortunately..
How to sort an array of UTF-8 strings? http://stackoverflow.com/questions/120334/how-to-sort-an-array-of-utf-8-strings Collator class is defined in PECL intl extension . It is distributed with PHP 5.3 sources but might be disabled for some builds...
Optimizing Kohana-based Websites for Speed and Scalability http://stackoverflow.com/questions/1260134/optimizing-kohana-based-websites-for-speed-and-scalability lots of data and or are using multiple servers as it is distributed. of course you can think about files and probably many other..
PHP: Storing 'objects' inside the $_SESSION http://stackoverflow.com/questions/132194/php-storing-objects-inside-the-session arguments put forth by Hank Gay. Is the OP building a distributed and load balanced e commerce system My guess is no and I will..
What are the best ways of protecting my source code? [closed] http://stackoverflow.com/questions/1587963/what-are-the-best-ways-of-protecting-my-source-code is the best way of protecting my source code from being distributed without permission. I've thought of perhaps moving my source..
PHPUnit - Unit Testing with items that need to send headers http://stackoverflow.com/questions/190292/phpunit-unit-testing-with-items-that-need-to-send-headers to use some other mechanism for getting shared objects distributed to your code. You can start with a static registry but there..
What is the best way to format messages for queueing? http://stackoverflow.com/questions/2444157/what-is-the-best-way-to-format-messages-for-queueing 2.0 License http memcachedb.org memcacheq Memcachedb is a distributed key value storage system designed for persistent. It is not.. the end user experience. https www.dropr.org dropr is a distributed message queue framework written in PHP. The main goals are reliable.. asynchronous messaging library aimed at use in scalable distributed or concurrent applications. It provides a message queue but..
Saving images in database mysql http://stackoverflow.com/questions/2753193/saving-images-in-database-mysql where you get benefits like easy backup and replication distributed across multiple machines directly served by the webserver and..
MySQL and NoSQL: Help me to choose the right one http://stackoverflow.com/questions/4419499/mysql-and-nosql-help-me-to-choose-the-right-one boost What should I do Keep working with MySQL with distributed database on multiple machines or build a cassandra cluster I..
Is time() a good salt http://stackoverflow.com/questions/4983915/is-time-a-good-salt the user so time is not a good salt. Use a random evenly distributed high entropy salt. That's a mouthful so what code could possibly.. so what code could possibly generate a random evenly distributed high entropy salt Ok so how about I replace time with a random.. thin as is practical. In conclusion Use a random evenly distributed high entropy salt. Use a new salt whenever you create a new..
Memcached vs APC which one should I choose? http://stackoverflow.com/questions/815041/memcached-vs-apc-which-one-should-i-choose apc share improve this question Memcached is a distributed caching system whereas APC is non distributed and mainly an.. is a distributed caching system whereas APC is non distributed and mainly an opcode cache. If and only if you have a web application.. webservers loadbalancing you have to use memcache for distributed caching. If not just stick to APC and its cache. You should..
Ignore html tags in preg_replace http://stackoverflow.com/questions/8193327/ignore-html-tags-in-preg-replace html This shows that this even allows to find text that is distributed across multiple tags. That's not that easily possible with regular..
Run PHP Task Asynchronously http://stackoverflow.com/questions/858883/run-php-task-asynchronously a pretty cool socket library which makes it easy to write distributed code without having to worry too much about the socket programming..
|