Tagged Questions

1
vote
1answer
16 views

BlackBerry - Does TimerTask run in the background?

Hello, Does TimerTask work even if my exit my application and come to home screen or explore other apps? I have read the forum and find out the thread kind of easy mechanism is to use TimerTask in …
0
votes
4answers
52 views

Adding A Visual Timer To A View, iPhone

Hello all, I have a view (splash screen) which displays for two minutes: - (void)applicationDidFinishLaunching:(UIApplication *)application { [viewController showSplash]; } - (void)showSplash // …
0
votes
1answer
43 views

How do I pause my app until a crash report has been submitted?

Background I'm using UKCrashReporter in my app. I've installed my own Uncaught Exception Handler. I'm setting up the managedObjectContext of the object activeItemController in …
79
votes
13answers
4k views

Is DateTime.Now the best way to measure a function’s performance?

I need to find a bottleneck and need to accurately as possible measure time. Is the following Code Snippet the best way to measure the performance? DateTime startTime = DateTime.Now; // Some …
0
votes
3answers
55 views

How to handle mass database manipulation every second - threading?

Hi guys, I have a very hard problem: I have round about 20-50 objects, which I MUST (that is given for the problem, please don't spend time in thinking around it) put througt a logic EVERY SECOND. …
0
votes
4answers
71 views

Cancelling a Timer

I have implemented a token system which assigns a fixed number of tokens. Each token on assignment starts up a Timer which expires after a few number of minutes and clears that token slot for reuse. …
2
votes
2answers
41 views

What might cause OpenGL to behave differently under the “Start Debugging” versus “Start without debugging” options?

I have written a 3D-Stereo OpenGL program in C++. I keep track of the position objects in my display should have using timeGetTime after a timeBeginPeriod(1). When I run the program with "Start …
0
votes
4answers
33 views

Keep track of number of events per timespan

What's the best way, in C# to keep track of the number of events per timespan? For example, I want to limit my TCP application to, say, a maximum of 10 requests per minute before setting a flag. The …
1
vote
6answers
109 views

Most suitable .net Timer for a scheduler

We've identified a hotspot in our code using CCR timers. It appears that if we enqueue many thousands of timers that the code suffers terminal slowdown. The fix is to choose the soonest scheduled …
4
votes
4answers
1k views

Quick question: Java system clock

What's a simple/easy way to access the system clock using Java, so that I can calculate the elapsed time of an event?
1
vote
5answers
145 views

How do I wait for a TTimer to finish?

I have a TFrame (fraDisplay) with a TTimer (timAnimateDataChange). The timer is used to control a small animation. In the form containing the frame I want to have a method that does something like …
1
vote
1answer
39 views

Continuously redraw wxPython element

Hi, I have a chat client that continuously polls a server and fetches new messages. From my def __init__() I have: wx.CallAfter(self.pollServer) Which is defined: def pollServer(self): t = …
0
votes
2answers
133 views

Windows Service and Timers - Separate Processes?

What is the difference between having multiple Timers vs multiple Threads? I have a Windows service that runs in the background. There are about ten "Sites" in a database that get loaded on init. …
0
votes
1answer
34 views

Database query and countdown with Ajax in ASP.Net ~ Hard Problem

Hi guys, I asked a several time but must ask again, beacuse I don't know what to do: On my Page I have an auctioneer system. Every second I must: Get Information if any bidder bid on it -> …
1
vote
3answers
42 views

How can I reveal content and maintain its visibility when mousing to a child element?

I'm asking a question very similar to this one—dare I say identical? An example is currently in the bottom navigation on this page. I'm looking to display the name and link of the next and previous …

1 2 3 4 5 13 next
15 30 50 per page