Tagged Questions

1
vote
1answer
121 views

Measuring Packet Throughput

In my application I'm sending data over a "cheap" but rate-limited connection. In case data throughput exceeds a threshold (the available bandwidth) I want to upgrade to a more "expensive" but …
0
votes
3answers
157 views

How to Invoke on background thread

Is there a way to invoke a method on a background thread ? I am aware of BackgroundWorker/Creating a thread or use ThreadPool.QueueUserWorkItem etc but that's not the answer i am looking for for …
0
votes
0answers
31 views

determine which mac/ip address(es) are connected to a switch port

hi, i have some linksys srw 2024 switches. id like to know which device(s) is connected to which switch(port). how could this be done...?
1
vote
2answers
73 views

iPhone app switching

Is it possible to run an iPhone app from your own app? For example when you press a button in your app, the iPhone switches to another app. If so, how would you do this?
0
votes
0answers
47 views

XP keyboard and language switching [closed]

Hi, my problem is a simple one but clearly the solution is not as I've spent the last two hours searching to find a solution. My wife has a French computer with Windows XP in French... Therefore the …
1
vote
1answer
30 views

Create plug and play modules in Rails

I want to conditionally switch on/off certain functionality in my Rails app, for example in my current app I have the following functionality "product show case", "product search", "ecommerce", "user …
0
votes
2answers
58 views

Jquery - when a link is hovered, switch an image in a seperate DIV

Hi, I am new to Jquery and am having problems getting the following working. I have a web page with two columns. In the left column is an unordered list of links. In the right column is a div. …
1
vote
3answers
48 views

How does fast user switching affect a windows service?

How does fast user switching affect a windows service? Are the services suspended? or do they keep running in the background when a different user logs in?
0
votes
0answers
26 views

Grails/Compass question - How can I change the compqass Connection to point to a different directory?

Hi, I use the Searchable plugin with Grails I have the need to change the directory to which Compass points to, depending upon a UI choice by the user. Normally, this value is set in the …
0
votes
0answers
57 views

Fractional Lambda Switching

I am trying to implement Fractional Lambda Switching based on an article of that title I found on IEEE. I really don't understand the event-driven call lever simulator, can anybody explain it? you …
0
votes
4answers
82 views

Create new threads or get more work for threads

I've got a program I'm creating(in C#) and I see two approaches.. 1) A job manager that waits for any number of X threads to finish, when finished it gets the next chunk of work and creates a new …
2
votes
5answers
340 views

What is a working copy and what does “switching” do for me in Tortoise SVN?

Alright, lets get back to SVN 101. I have a software app and I've hit an important milestone, version 2.0. I decided I want to tag this version as "Version-2.0" so I have this named snapshot. I …
1
vote
13answers
522 views

Mac/Windows Switching

About 2 years ago I dropped windows from my home PC and switched 100% to linux (fedora, then ubuntu) - The missus wasn't too happy but she got used to it and learned a thing or two. Then about 6 …
3
votes
8answers
394 views

Switching from VB.NET to C# - any advice for learning C#?

Duplicate: http://stackoverflow.com/questions/46048/what-is-the-best-book-to-learn-c# http://stackoverflow.com/questions/257625/where-is-a-good-place-to-learn-c-online …