search for: 34ms

Displaying 8 results from an estimated 8 matches for "34ms".

Did you mean: 34m
2011 Nov 24
2
This is not the error: ActionView::MissingTemplate
...g error: Started POST "/rubyamf/gateway" for 127.0.0.1 at 2011-11-24 16:27:20 +1300 Processing by RubyamfController#gateway as */* Processing by ProjectsController#templates as */* ←[1m←[36mProject Load (1.0ms)←[0m ←[1mSELECT `projects`.* FROM `projects` ←[0 m Completed 200 OK in 34ms (Views: 3.0ms | ActiveRecord: 28.0ms) Completed 500 Internal Server Error in 267ms ActionView::MissingTemplate (Missing template rubyamf/gateway with {:handlers=>[ :erb, :builder, :coffee], :formats=>[:html, :text, :js, :css, :ics, :csv, :xml, :rss, :atom, :yaml, :multipart_form, :url_enco...
2013 Jan 16
0
Rails 3.2 jQuery JSONP request not working - Moved Permanently
...nt") and the console output : [23:18:24.424] POST http://localhost:3000/fr/administration/dashboards/remove_tag_named.json [HTTP/1.1 301 Moved Permanently 46ms] [23:18:24.491] GET http://localhost:3000/fr/administration%2Fdashboards%2Fremove_tag_named.json [HTTP/1.1 301 Moved Permanently 34ms] [23:18:24.547] GET http://localhost:3000/fr/administration%2Fdashboards%2Fremove_tag_named.json [HTTP/1.1 301 Moved Permanently 35ms] [23:18:24.550] GET http://localhost:3000/fr/administration%2Fdashboards%2Fremove_tag_named.json [HTTP/1.1 301 Moved Permanently 48ms] ......... more GET.........
2006 Apr 11
0
log messages...
...6] res_features.c: Did not read data. Apr 11 13:53:59 WARNING[6089] res_features.c: Did not read data. Apr 11 13:54:02 NOTICE[29559] chan_sip.c: Peer 'gna_out_3060' is now UNREACHABLE! Last qualify: 30 Apr 11 13:54:12 NOTICE[29559] chan_sip.c: Peer 'gna_out_3060' is now REACHABLE! (34ms / 10000ms) Apr 11 13:54:13 WARNING[6089] res_features.c: Did not read data. Apr 11 13:54:13 WARNING[14471] channel.c: Thread 61332400 Blocking 'Local/501@default-f110,1', already blocked by thread 68828080 in procedure ast_waitfor_nandfds Apr 11 13:54:22 WARNING[5726] channel.c: Avoided dea...
2010 Aug 24
3
empire total war stuck at startup (copyright) page
Hi, This is my second day since owning empire total war. Really looking forward to playing it, but I have not. I'm using the latest wine program. I follow the winehq 's description for installing empire total war (installing d3dx9, changing registry, placing MSVCP80.dll at system32 and winecfg). Now, I'm stuck at the startup page (where all the copyright details are). Loading stops
2005 Sep 19
1
Resolving QOS problems
...ack cutting out in one or both directions for up to 20-30 seconds. I also see dropped calls that seem to be a result of the IAX connection going away. The environment : ----------------- I've got an * server located at a data center with good connectivity, 10 hops to my IAX provider, and ~34ms ping times. They (IAX provider) use Cogent which concerns me a bit, but I'm not ready to jump to conclusions just yet. My IP phone is connected via "enhanced" DSL (static addresses, no PPPoE) and I'm 12 hops away from my * server. My DSL provider has direct connectivity and p...
2010 Apr 23
1
asterisk running @ 100% load doing nothing
...8] NOTICE[2550] loader.c: 33 modules will be loaded. [Apr 22 17:50:48] WARNING[2550] translate.c: plc_samples 160 format f [Apr 22 17:50:48] NOTICE[2561] chan_sip.c: Peer '104' is now Reachable. (32ms / 2000ms) [Apr 22 17:50:48] NOTICE[2561] chan_sip.c: Peer '105' is now Reachable. (34ms / 2000ms) [Apr 22 17:50:48] NOTICE[2561] chan_sip.c: Peer '107' is now Reachable. (30ms / 2000ms) [Apr 22 17:50:48] NOTICE[2561] chan_sip.c: Peer '101' is now Reachable. (31ms / 2000ms) [Apr 22 17:50:48] NOTICE[2561] chan_sip.c: Peer '103' is now Reachable. (29ms / 2000ms) [...
2004 Aug 06
0
Using speex.
...atency+codec latency. Some typical numbers that I'm experiencing so far would be around: 40ms packetization delay (packet rate of 25 packets per second) 30ms transmission delay (typical broadband-to-broadband 1-way time) 60ms playback latency (not too sure about this one, might be lower) 34ms codec latency (does this overlap with packetization delay...?) ----- 164ms total latency I'm not an expert at this stuff so take these numbers with a grain of salt, and if anyone has comments on them please let me know. > 4) What would happen if sound packets are dropped (time shift &g...
2013 May 04
21
Getting started w/ Rails 4
Hi. I''m trying to run Getting started tutorial under Rails 4.0.0.beta1 although it assumes it runs on Rails 3. I was able to get rid of all errors by wrapping post_params here and there, and installing protected_attributes Gem for attr_accessible to make sense. Post/ comment CRUD works just fine, but I don''t seem to be able to add Tags (the final part of the tutorial). Post saved