Tagged Questions

0
votes
1answer
58 views

.NET Remoting Client’s Problem when running on the machine with Multi NICs

I built a .NET Remoting Client which works quite fine on the machine of single NIC, and lots of testing messages received via remoting event. But when additional NIC was added, the Client seemed to …
0
votes
1answer
43 views

serialize problem in php [closed]

I want to serialize a multidimension array in php: $arr['foo'] = array('bar'=>'foo'); I'm going to pass $arr to an eval function and so i needed it to be serialized. When eval runs, it actually …
0
votes
1answer
17 views

Storing Multi Choice Field into in SQL Server 2008

I'm writing an app in dotnet, and using a dropdown checkbox. I'm not sure what the best practice is for storing this info in the db. Currently I'm writing back a comma delimited string to an SP in …
1
vote
2answers
80 views

Multi-domain deployment of Google App Engine (GAE) apps

We would like to develop and sell custom commercial GAE applications. I would like information on the deployment of GAE applications on arbitrary Google Apps domains (i.e. not appspot). Suppose our …
2
votes
2answers
84 views

Are Multi-column Primary Keys in MySQL a optimisation problem?

Been looking into using multi-column primary keys and as performance is extremely important with the size of traffic and database I need to know if there is anything to consider before I start …
0
votes
1answer
29 views

multitouch not working in uitabbar controller

Hi, I wrote a Simple View Controller with multi touch function (swipe left, swipe right). It works fine if I set it to window directly. But after I added a tab bar controller and add this Simple View …
0
votes
4answers
196 views

Java Multi threading synchronization problem?

Hi Guys, I think I have a synchronization problem...It may be too basic..Please help.. I have a thread the run method of which is below public void run() { while(true) { …
2
votes
5answers
231 views

VS2005 c# multi threading: how to launch 10 threads

What is the best way to launch 10 threads like in a for loop for a process intensive method. A code example would be very helpful. for (int i = 0; i<=10; i++) //10 threads are intended. { …
1
vote
2answers
115 views

Multi Criteria Search Algorithm

Hello, Here's the problem : I've got a huuge (well at my level) mysql database with technical products in it. I ve got something like 150k rows of products in my database plus 10 to 20 others tables …
0
votes
3answers
112 views

SQL query join elements

Hi guys. I will re-write my doubt to be more easy to understand. I have one table named SeqNumbers that have only one collumn of data named PossibleNumbers, that has value from 1 to 10.000. Then I …
1
vote
1answer
290 views

jQuery moving MultiSelect values to another MultiSelect

So I have a MultiSelect box with x values which I need the ability to move to another MultiSelect box and vise versa. <select class="boxa" multiple="multiple"> <option …
2
votes
6answers
357 views

Avoid deadlocks in a multithreaded process

What are the best practices/idioms should someone follow in order to avoid deadlocks?
-1
votes
2answers
116 views

How do I publish different content from my web page to different monitors? [closed]

Hi, I have a solution where I need to show different webpages on different monitors. I want to show news.html on monitor 1, dashboard.html og monitor 2 and visitors.html on monitor 3. The monitors are …
0
votes
3answers
86 views

speed up operation on mysql

I'm currently writing java project against mysql in a cluster with ten nodes. The program simply pull some information from the database and do some calculation, then push some data back to the …
1
vote
2answers
1k views

Reading from Excel (Range into multidimensional Array) C#

Hello, How would I read from an Excel sheet and load the marked selection (Area) into an multidimensional array? A column in Excel could itself be a multi dimensional array since it would contain …

1 2 next
15 30 50 per page