search for: pagein

Displaying 16 results from an estimated 16 matches for "pagein".

Did you mean: pageid
2008 Jun 05
0
Javascript & Scrolling
...;'), slider_t); }, onChange: function(v) { scrollVertical(v, $(''side_type''), slider_t); } }); var element = $(''plist_con''); //var max_wid = (element.scrollWidth); var max_wid = (element.scrollWidth-element.offsetWidth); $(''pageination'').innerHTML = ''page 1 of #'' // horizontal slider control var slider = new Control.Slider(''handle'', ''track'', { //var element = $(''plist_con'') //alert(element.scrollWidth-element.offsetWid...
2010 Nov 18
0
memory map
Is there any way to tell what has been "mapped" into memory on linux (C5 x86_64)? I am trying to use the "pagein @pagein-impress" command from openoffice and it does not seem to make any difference in speed. Can I tell if the files have actually been mapped into memory? Maybe I am not doing something right. Thanks, Jerry
2001 Nov 06
2
ext3-0.9.15 against linux-2.4.14
...Access Control Lists patch which leads to crashes under heavy load on SMP. This is possibly due to a subtle API change between ext3 in 2.2 and 2.4 kernels (ie: I broke it). On the to-do list. - For a long time, the ext3 patch has used a semaphore in the core kernel to prevent concurrent pagein and truncate of the same file. This was to prevent a race wherein the paging-in task would wake up after the truncate and would instantiate a page in the process's page tables which had attached buffers. This leads to a BUG() if the swapout code tries to swap the page out. This sem...
2007 Feb 16
1
AW: How to do Theora playback efficiently ?
...ed decoded audiobuffers). Not only the Theora decoding and the YUV2RGB stuff takes time and those seem to be not the main reason why audio gets stalled (the vorbis decoder is in the same loop and it is called very frequently, also when heavy work load on theora). The problem occures when ogg_stream_pagein() is called. In case of the theora stream it has to be called about 20-30 times successively... and this takes up to 30ms (for one frame)!! During this time BOTH decoders are 20-30 times called but because of no data stalled. So I don't understand why these ogg_stream_pagein() calls take so m...
2012 Feb 03
2
Hanging -- please help decipher event report
...Path: /Applications/R64.app/Contents/MacOS/R Version: R 2.11.1 GUI 1.34 Leopard build 64-bit (5589) Parent: launchd [95] PID: 37306 Event: hang Duration: 5.96s (sampling started after 2 seconds) Steps: 19 (100ms sampling interval) Pageins: 88 Pageouts: 0 Process: R [37306] Path: /Applications/R64.app/Contents/MacOS/R UID: 501 Thread eef8d9 DispatchQueue 1 User stack: 19 start + 52 (in R) [0x100001a74] 19 main + 844 (in R) [0x100001dec] 19 -[REngine runREPL]...
2007 Feb 13
6
mongrel_cluster 0.2.2 - plugin cluster::status does not exist?
Hello all. I''ve recently installed the 0.2.2 pre-release of mongrel_cluster to try out the new --clean option. However, after installing, when I give a simple "mongrel_rails" command, the cluster::status command is not listed. The error I receive when I do try and run the full "mongrel_rails cluster::status" is... ERROR RUNNING
2004 Dec 15
0
Re: Fallback trouble with icecast 2.1kh
...ile (eos == 0) { int result = oy.pageout(og); if (result == 0) SOMETIMES FALSE break; // need more data if (result == -1) { // missing or corrupt data at this page position } else { os.pagein(og); while (true) { result = os.packetout(op); if (result == 0)ALWAYS TRUE break; // need more data if (result == -1) { // missing or corrupt data at this page position /...
2003 Apr 12
1
ps commandline option woes (-v weired formatting, more power for -m)
...commandline option for "sort by mem" why doesn't it have precedence over others ??? Wouldn't it make sense ? Would a problem report be justified for 2) as well ? Andreas /// Example: to 1) ps -v, ps -va and ps -vax look really weired # ps -v PID STAT TIME SL RE PAGEIN VSZ RSS LIM TSIZ %CPU %MEM COMMAND 9865 I+ 0:00,19 421 33639 9 1576 1144 - 596 0,0 0,2 -su (tcsh) 29817 S 0:00,15 0 1192 8 1432 1008 - 596 0,0 0,2 -su (tcsh) 30003 SN 0:00,26 3 509 26 4236 3356 - 200 0,0 0,6 xterm -T fb 30151 R+ 0:00,...
2010 Aug 18
0
Digest, Vol90, Issue18 does not display properly
...R Path: /Applications/R.app/Contents/MacOS/R Version: R 2.11.1 GUI 1.34 Leopard build 32-bit (5589) Parent: launchd [146] PID: 666 Event: hang Duration: 3.41s (sampling started after 2 seconds) Steps: 14 (100ms sampling interval) Pageins: 0 Pageouts: 0 Process: R [666] Path: /Applications/R.app/Contents/MacOS/R UID: 502 Process: AirPort Base Station Agent [174] Path: /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station A...
2005 Jun 11
3
swapinfo.d
G''Day Folks, Check out this DTrace script, # ./swapinfo.d RAM _______Total 511 Mb RAM Unusable 8 Mb RAM Kernel 96 Mb RAM Locked 0 Mb RAM Used 318 Mb RAM Avail 88 Mb Disk _______Total 1023 Mb Disk Used 9 Mb Disk Avail 1014 Mb Swap _______Total 1367 Mb Swap Used 327
2007 Feb 15
1
How to do Theora playback efficiently ?
...or video frames but even with buffers of some megabyte this is in practise no solution because the audio decoder has to wait till theora is ready with reading/preparing/decoding it's pages. And before you can see, if a theora frame has to be skipped (too late for decoding), you must do several pagein-calls and several other things first which also takes a lot of time. Typically a gapless audio playback has higher priority than smooth video playback so another implementation is needed. Because of this I tried to do this demuxing stuff (read from file, do the page_in calls) in a seperate thread....
2005 Jan 02
12
[XEN] using shmfs for swapspace
hi, am starting to play with XEN - the virtualisation project (http://xen.sf.net). i''ll give some background first of all and then the question - at the bottom - will make sense [when posting to lkml i often get questions asked that are answered by the background material i also provide... *sigh*] each virtual machine requires (typically) its own physical ram (a chunk of the
2004 Dec 15
2
Fallback trouble with icecast 2.1kh
Hello, I found a fallback trouble on icecast 2.1kh4 (but it's the same with 2.0 I think) : - ices streams live.ogg to icecast - icecast has a fallback live-default.ogg for live.ogg - a listener A listen at live.ogg - I shut down the source - the listener A is trying to read data from its connection, but receives nothing. Sometimes, it gets fallback data, sometimes nothing... (source
2006 Jun 18
7
memory pages nulling when releasing
Hello everyone! Could you tell me if FreeBSD supports memory page nulling when releasing it to prevent unauthorized access to data left in the page after it's allocated again. If it does, what sys calls etc provide that? IMHO this is an important issue when operating data with different sensivity levels. Thanks in advance. Nick
2012 Dec 19
3
9-STABLE -> NFS -> NetAPP:
I'm running a few servers sitting on top of a NetAPP file server ? everything runs great, but periodically I'm getting: nfs_getpages: error 13 vm_fault: pager read error, pid 11355 (https) errors on my screen ? not always same pid ? the annoying part is that it seems to always affect the same jail that is running .. if I shutdown all jails on that physical server, everything shuts down
2010 Aug 17
2
multcomp issues on MAC OSX 10.6.4
...Path: /Applications/R.app/Contents/MacOS/R Version: R 2.11.1 GUI 1.34 Leopard build 32-bit (5589) Parent: launchd [146] PID: 666 Event: hang Duration: 3.41s (sampling started after 2 seconds) Steps: 14 (100ms sampling interval) Pageins: 0 Pageouts: 0 Process: R [666] Path: /Applications/R.app/Contents/MacOS/R UID: 502 Process: AirPort Base Station Agent [174] Path: /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Stati...