I am writing to ask for advice. I 开发者_如何学Chave to monitor certain \"insert\" on a mysql db.
I am try to create a JSP page that will show all the status in a group of local servers. Currently I create a schedule class that will constantly poll to check the status of the server with 30 second
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m working on a PHP collaboration software project.I have a page that shows the latest updates from other users who are adding content to the database, but also has a form input to allow the user to
I have a Windows service that\'s running all the time, and takes some action every 15 minutes. I also have a client WinForms app that displays some information about what the service is doing. I\'d li
I am wondering BlazeDS polling configuration, simple开发者_如何学运维 or long polling, is the best for a low bandwidth network.HTTP Streaming should use the least amount of bandwidth and have the lowe
I have a PHP script that is kicked off via ajax.This PHP script uses exec() to run a separate PHP script via the shell.
Here is my situation: I have an event driven system, where all my handlers are derived from IHandler class, and implement an onEvent(const Event &event) method. Now, Event is a base class for all
I have a problem in the following code: //quesry the db for image information function queryDB (parameters) {
I\'m using a framework called Processing which is basically a Java applet.It has the ability to do key events because Applet can.You can also roll your own callbacks of sorts into the parent.I\'m not