A part of the application I\'m working on is an swf that shows a test with some 80 questions. Each question is saved in SQL Server through WebORB and ASP.NET.
I have two threads, one thread processes a开发者_Python百科 queue and the other thread adds stuff into the queue.
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
If I where to have a Queue holding a collection of objects (Custom object,bool,bool,bool,bool) and the custom object holds three doubles itself.
I have declared: queue<int, list<int> > Q After a series of calls: Q.push(37); Q.pop(); Q.push(19);
I\'m in the early phases of designing an Azure-based application. One of the things that attracts me to Azure is the scalability, given the variability of the demand I\'m likely to expect. As such I\'
I am considering using SQLite as a \"job queue container\", and was wondering how I could do so, using custom C# (with ADO.NET) to work the database.
I think I\'m running up against a fundamental misunderstanding on my part of how threading works in ruby and I\'m hoping to get some insight.
Edit (again): Let me simplify my problem.I have a Windows Service that exposes some WCF endpoints with methods like:
I am working on a simulation. For this simulation I need 20 nodes (static) and then each node has a queue associated with it. This queue could hold any number of values. What would be the best way to