¡@

Home 

php Programming Glossary: tasks

PHP: running scheduled jobs (cron jobs)

http://stackoverflow.com/questions/120228/php-running-scheduled-jobs-cron-jobs

a site on my webhotel I would like to run some scheduled tasks on. What methods of achieving this would you recommend What.. a better method than this php cron scheduling scheduled tasks share improve this question That's what cronjobs are made..

Why shouldn't I use mysql_* functions in PHP?

http://stackoverflow.com/questions/12859942/why-shouldnt-i-use-mysql-functions-in-php

have been and will be lots of excellent libraries for such tasks. If you want to simplify your database interaction further mappers..

simple explanation PHP OOP vs Procedural?

http://stackoverflow.com/questions/1530868/simple-explanation-php-oop-vs-procedural

a quick overview though You can write PHP that does useful tasks You can organize useful tasks into chunks of code Sometimes.. write PHP that does useful tasks You can organize useful tasks into chunks of code Sometimes those chunks of code will behave..

Mechanisms for tracking DB schema changes [closed]

http://stackoverflow.com/questions/1607/mechanisms-for-tracking-db-schema-changes

control and we've been able to automate some of our tasks this way pushing builds up to a staging server deploying tested..

Setting up a deployment / build / CI cycle for PHP projects

http://stackoverflow.com/questions/2180460/setting-up-a-deployment-build-ci-cycle-for-php-projects

you'll find plugins for supporting your above mentioned tasks subversion support is installed per default . If that has whet..

Threads in PHP

http://stackoverflow.com/questions/2585656/threads-in-php

in PHP Zend just like in Java by which we can divide our tasks which could take much time eg sending emails. Thanks.. php..

How to run a PHP file in a scheduled task (Windows Task Scheduler)

http://stackoverflow.com/questions/295386/how-to-run-a-php-file-in-a-scheduled-task-windows-task-scheduler

user name and pwd. Please help me.. php windows scheduled tasks share improve this question The Run command should be C..

Simple “Long Polling” example code?

http://stackoverflow.com/questions/333664/simple-long-polling-example-code

and Tornado is a new framework made specifically for such tasks it was built for FriendFeed's long polling code ... but as a..

Is micro-optimization worth the time?

http://stackoverflow.com/questions/3470990/is-micro-optimization-worth-the-time

faster or you write a C extension to handle slow tasks or better yet compile the code using HipHop . However today..

Long Polling/HTTP Streaming General Questions

http://stackoverflow.com/questions/7213549/long-polling-http-streaming-general-questions

queue server to collect and deliver video conversion tasks from the webapp to our workers. When the worker spawns it connects.. it connects to the MQ and goes idle waiting for a new tasks. When someone uploads a video file the webapp connects to the.. job. Powerful MQs such as RabbitMQ can equally distribute tasks among number of workers connected keep track of what tasks had..

Run PHP Task Asynchronously

http://stackoverflow.com/questions/858883/run-php-task-asynchronously

way. I'm considering writing a system which queues up tasks in a MySQL table and a separate long running PHP script that.. that queries that table once a second and executes any new tasks it finds. This would also have the advantage of letting me split.. This would also have the advantage of letting me split the tasks among several worker machines in the future if I needed to...