I\'m planning to write a game, where the user has to write his own C# code to play it. Since I can\'t trust the user submitted code I want to create an AppDomain for each user.
I know this question has been asked many times, but I am having trouble implementing it. I have made a cut down example so its easy to reproduce.
I have a question about PHP\'s execution time limit. I need to run a script for many hours sending HTTP requests. These requests have to be apart a certain time, so that\'s why the whole thing is supp
I am making an application and I need to sync the current sms messages received/sent within a week to my web server. This is the code I have, but it gets all the SMS Messages:
I want to join two tables, but only get 1 record of table2 per record on table1 For example: SELECT c.id, c.title, p.id AS product_id, p.title
I have the following MySQL query that I\'m looking to make the LIMIT faster as it\'s runningVERY slow.SQL_CALC_FOUND_ROWS equals about 114000 rows.
We are trying to start JBOSS 5.x with JDK 1.6. Is there any limit on number of parameters that can be passed while startup 开发者_运维技巧of any JVM. The parameters are being given with the help of \"
I am developing an AJAX application that utilizes a connecti开发者_开发知识库on that is kept-alive until an event occurs. For each window, a HTTP connection will be open at all times listening for eve
Excel AddIn, C#, UDF, MyUDF calls a web service to retrieve certain date. Sometimes the date returned is not in range of Jan-1-1900 to Dec-31-9999 (Excel Date Range). E.g. in one case returned date i
I\'m somehow confused about how the Facebook FQL works. I need to get the \"fan of the month\" of a specific page. That is a user who did the most posts and comments.