Topic profile page for Response Time.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Response Time.
Topic "Response time" was discussed 19,262 times on 2,317 sites in last 3 months
Started 6 hours, 48 minutes ago (2009-11-14 23:46:00)
by Thesnipergecko
To cut a long story short my dad's friend had to be taken to hospital tonight because of a possible stroke, when phoning 999 and requesting an ambulance it took 10 minutes for a paramedic to show up. It then took a further 10 minutes from when the paramedic arrived for an ambulance to turn up. So after the ambulance arrived and moved the patient onto the stretcher and loaded him up to...
Started 2 days, 9 hours ago (2009-11-12 20:36:00)
by johnny190
I've been monitoring the uptime and server response time of my site for about 7 days now. The uptime is 98.98%, which is pretty decent. The average server response time is 4,376 ms. This can't be the norm, am I right?
Started 2 days, 14 hours ago (2009-11-12 16:06:00)
by webcrazy
Is it just me? Is my computer unusually fast (for a change)? When my kids' Zum Buddy asks for something (item appears above their head), it is there for literally less than 10 seconds before it disappears and they are unhappy because you didn't give it to them. On our one account, the item only appears for 5 seconds. If we don't have the item on our zumwhere dock and we have to go to the ...
Started 3 days, 5 hours ago (2009-11-12 01:16:00)
by Mohamed Houri
Two days ago, I run a query which was performing very badly (33 records returned in more than 18 minutes). I then have generated its corresponding explain plan and started looking how to improve it. Finally, when I have changed a little bit the order by clause, the query performed very well. Today, I was going to implement this change of order by clause in...
Started 3 days, 11 hours ago (2009-11-11 18:37:00)
by silenttipper
Hey guys, I just have on simple question. If all of mu paperwork (application, transcript, scores, etc...) finally got to 'Bama today(November 11), how long do you think it will take for me to hear back from them? Thanks so much for putting your time into this question. Wish me luck. Roll tide.
Started 3 days, 13 hours ago (2009-11-11 16:56:00)
by micah015
We have recently completed a migration of our site from SharePoint 2003 to MOSS 2007. In this site, we have a lot of stored InfoPath forms, not web-based ones. In SPS 2003, these forms probably take at the most 1 minute to submit the changes to the Forms Library but when using the migrated version in 2007, the InfoPath 2003 form's data connections just time out. There are about 16,000++ forms ...
Started 5 days, 8 hours ago (2009-11-09 22:04:00)
by nadja1972
Hi Everybody, I've just begun the querying process and I have this assumption that if I don't hear back from an agent within a week or two, they're not interested. Have any of you actually gotten a request after a month or more? Did any of those requests lead to an offer? I've done research on agent response time statistics looking for an answer, but none of them seem to break things down by...
Started 1 week, 1 day ago (2009-11-06 14:31:00)
by CVSUSN
http://blogs.wsj.com/dispatch/2009/11/06/police-sg t-kimberly... Lt. Gen. Bob Cone, the top commander at Fort Hood, said Friday that Sgt. Munley and her partner responded within three minutes of reported gunfire. Gen. Cone said Sgt. Munley shot the gunman four times despite being shot herself. “It was an amazing and an aggressive performance by this police officer,” he said. Fast ...
Started 1 week, 1 day ago (2009-11-06 09:08:00)
by sirgulley@msn.com
It is difficult to set records. My issue may of set a record for slow Premier support time. It has taken 188 days to hear back on an issue of Classic VB calling an Intel Fortran .dll. It will run Ok on one computer but not another. In the past, Digital and Compaq would respond in 1 to 5 days.
Started 2 days, 22 hours ago (2009-11-12 07:47:00)
by mrozik
Hi! I have a problem in production environment. Sometimes page response is very slow (> 30 sec). It happen at random but only after few minutes of user inactivity... Trace shows normal page processing time (for example 1.6 sec). What tool can I use, how to monitor what was happening in IIS7 from user interaction and receiving results? Users use IE7 and FireFox 3......
Started 3 days, 2 hours ago (2009-11-12 04:11:00)
by scope
Quote: Originally Posted by nadja1972 Hi Everybody, I've just begun the querying process and I have this assumption that if I don't hear back from an agent within a week or two, they're not interested. Most agents state their response time. If not, give them 4-6 weeks and if no answer there's no harm in sending an SQ. Most ...
Started 3 hours, 52 minutes ago (2009-11-15 02:42:00)
by drunkenmaster
Quote: Originally Posted by Thesnipergecko I wasn't complaining, the part I found frustrating was the fact that if he had to get to the emergency room in a hurry he would have to go through the effort of paying for parking first. Should of explained this a little better, sorry. If he has someone in the car whose ...
Started 2 days, 4 hours ago (2009-11-13 02:12:00)
by Farenheiit
Hi all, I prefer to retreive the execution plan with execution stats. Thus you will be able to compare the estimated rows with the number of rows really processed. ex: SELECT * FROM table(dbms_xplan.display_cursor(NULL,NULL,'iostats last')); But you have to add the hint /*+ gather_plan_statistics */ into the sql statement or to set the TIMED_...