search for: pingpong

Displaying 10 results from an estimated 10 matches for "pingpong".

Did you mean: ping_pong
2006 Apr 25
3
ZFS quotas & zoned datasets
...tas and zones. Initially I set things up with no quota on the data set that as delegated to the zone. Then as the local zone admin I created a new child dataset and set a quota on that. Now the global zone admin attempts to quota the delegated dataset, and it appears to work but.... global zone=pingpong local zone=player2 delated dataset is table/player2 pingpong:pts/1# zfs get quota table/player2 NAME PROPERTY VALUE SOURCE table/player2 quota none default pingpong:pts/1# zlogin player2 [Connected to zone ''player2&...
2012 Oct 24
2
concurrent requests (Rook, but I think the question is more general)
...is that once the analysis starts, Rook does not respond to requests. All of the status requests to Rook pile up, and then are answered when the analysis (step 2) is done. Here is some example code to demonstrate what the issue: ########## library(Rook) s <- Rhttpd$new() s$add( name="pingpong", app=Rook::URLMap$new( '/ping' = function(env){ req <- Rook::Request$new(env) res <- Rook::Response$new() res$write('This is ping.') Sys.sleep(20) res$finish() }, '/pong' = function(env){ req <- Rook:...
2007 May 14
17
[ANNOUNCE] virtbench now has xen support
Hi all, I've been working on a set of easy-to-run benchmarks for hypervisor optimization called virtbench, and the latest commit adds Xen support. http://ozlabs.org/~rusty/virtbench http://ozlabs.org/~rusty/virtbench/?archive/tip.tar.bz2 >From the README: # Build the code make # Set the guest kernel location and maybe more vi ./SETTINGS # Run the benchmark (local mode)
2007 May 14
17
[ANNOUNCE] virtbench now has xen support
Hi all, I've been working on a set of easy-to-run benchmarks for hypervisor optimization called virtbench, and the latest commit adds Xen support. http://ozlabs.org/~rusty/virtbench http://ozlabs.org/~rusty/virtbench/?archive/tip.tar.bz2 >From the README: # Build the code make # Set the guest kernel location and maybe more vi ./SETTINGS # Run the benchmark (local mode)
2007 May 14
17
[ANNOUNCE] virtbench now has xen support
Hi all, I've been working on a set of easy-to-run benchmarks for hypervisor optimization called virtbench, and the latest commit adds Xen support. http://ozlabs.org/~rusty/virtbench http://ozlabs.org/~rusty/virtbench/?archive/tip.tar.bz2 >From the README: # Build the code make # Set the guest kernel location and maybe more vi ./SETTINGS # Run the benchmark (local mode)
2010 Jan 31
0
error compiling on 3.5 on OS X
...ocks?: torture/raw/lock.c:1406: warning: assignment discards qualifiers from pointer target type torture/raw/lock.c:1410: warning: assignment discards qualifiers from pointer target type torture/raw/lock.c:1435: warning: assignment discards qualifiers from pointer ta rget type Compiling torture/raw/pingpong.c Compiling torture/raw/lockbench.c Compiling torture/raw/lookuprate.c Compiling torture/raw/tconrate.c Compiling torture/raw/openbench.c Compiling torture/raw/rename.c Compiling torture/raw/eas.c Compiling torture/raw/streams.c Compiling torture/raw/acls.c Compiling torture/raw/seek.c Compiling to...
2018 May 15
6
[PATCH 0/2] Use sbitmap instead of percpu_ida
...ap. It compiles; I don't have a target setup, so it's completely untested. I haven't tried to do anything particularly clever here, so it's possible that, for example, the wait queue in iscsi_target_util could be more clever, like the block layer uses multiple wait queues to avoid pingpongs. Or maybe we could figure out a way to not store the CPU that the ID was allocated on, or perhaps the options I specified to sbitmap_queue_init() are suboptimal. Patch 2 isn't interesting; it just deletes the implementation. Patch 1 will be where all the action is. Matthew Wilcox (2): Co...
2010 May 02
2
samba4 make error - drsblobs.so
...ling torture/raw/read.c Compiling torture/raw/context.c Compiling torture/raw/write.c Compiling torture/raw/lock.c torture/raw/lock.c:74:1: warning: macro "TARGET_IS_WINDOWS" is not used torture/raw/lock.c:79:1: warning: macro "TARGET_IS_SAMBA4" is not used Compiling torture/raw/pingpong.c Compiling torture/raw/lockbench.c Compiling torture/raw/lookuprate.c Compiling torture/raw/tconrate.c Compiling torture/raw/openbench.c Compiling torture/raw/rename.c Compiling torture/raw/eas.c Compiling torture/raw/streams.c torture/raw/streams.c:1632: warning: ?test_stream_large_streaminfo? de...
2004 Oct 22
0
automatically authenticate domain logged-on users ina pache with AD/NTDOM?
Yeah, "interoperate over either NTLM or Kerberos to provide SSO", that's exactly what I'm talking about! Only, I want to trade IIS for apache@unix. I can still use Explorer@windows for clients. Very interesting, though, that Mozilla has been kerberized. I knew it would happen, but I haven't read anything about that. Thanks for the input, Palle --On fredag 22 oktober
2004 Oct 22
2
automatically authenticate domain logged-on users in apache with AD/NTDOM?
Hi! I don't use MS products at all, so I have very little knowledge with them, but I believe Microsoft has as protocol where Internet Explorer can automatically authenticate against an IIS server, and given that the server and client are on the same NT domain, and the client user is logged in to that domain, the user is automatically logged in without the need to give away the password