Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

A daemon is a process or program that runs in the background (IE requiring no user interaction) on a multi-tasking operating systems.

learn more… | top users | synonyms

0
votes
4answers
230 views

How to prevent server blocking php

I'm currently developing a php daemon for connecting and retreiving data from social networks like facebook and twitter. This script allready works but I have some concerns about it. It's possible to ...