search for: filo

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

Did you mean: file
2004 Apr 30
1
Flexible Call Parking Solution
...le slot in mylot ; 360 second timeout and return to default,10,1 on timeout exten => *1,1,ValetParkCall(auto|mylot|360|10|1|default) ; ; Lets pickup the first call in the lot using fifo in mylot ; exten => *2,1,ValetUnParkCall(fifo|mylot) ; ; Lets pickup the last call parked in the lot use filo in mylot ; exten => *3,1,ValetUnParkCall(filo|mylot) ; ; Lets cycle thru a list of calls in mylot and press * when you hear the one ; you want to pickup. ; exten => *4,1,ValetParkList(mylot) ; ; Ok lets query for the slot to park the call on in mylot. ; And have a 360 second timeout and re...
2004 Jun 04
0
Using top with Samba
I have set up s 2.2.8a samba server running on a Sles8 on a VM on an Z-series running OS390. I currently have 200 users on the server with 120 concurrent users accessing filoes to date. It all seems to be working well. I use top to monitor proccesses the question I have is, can you configure the width of the field's in top i.e I need to be able to make the USER field wider because I cannot see the user ids all I am currently getting is:- ? ?XXXDOM+A ? i.e the domain...
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some hosting provider), does anyone happend to have a copy of app_valetparking.c from www.bkw.org - the one that should work with * stable 1.0.X ? If so please contact me. One that can be downloaded from www.loligo.com dosn't compile with 1.0.X, and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD
2005 Jun 20
1
Re: app_valetparking.c for * STABLE (1.0.X)
Nope ! This is the one that tries to include PRE 1.0.X header file <parking.h>. It cannot compile on * 1.0.X (I have tried also to include <features.h> instead of <parking.h> (as far as I know features.h is successor to parking.h), but still without results). Thanks anyway. Nenad > > Try this > >> Since www.bkw.org seems not to exist anymore (getting
2013 May 20
3
as.vector with mode="list" and POSIXct
I was trying to convert a vector of POSIXct into a list of POSIXct, However, I had a problem that I wanted to share with you. Works fine with, say, numeric: > v = c(1, 2, 3) > v [1] 1 2 3 > str(v) ?num [1:3] 1 2 3 > l = as.vector(v, mode="list") > l [[1]] [1] 1 [[2]] [1] 2 [[3]] [1] 3 > str(l) List of 3 ?$ : num 1 ?$ : num 2 ?$ : num 3 If you try it with POSIXct,
2016 Jun 23
3
[PATCH V2 0/3] basic device IOTLB support for vhost_net
...T SCSI build error) Changes from RFC V3: - rebase on latest - minor tweak on commit log - use VHOST_ACCESS_RO instead of VHOST_ACCESS_WO in vhost_copy_from_user() - switch to use atomic userspace access helper in vhost_get/put_user() - remove debug codes in vhost_iotlb_miss() - use FIFO instead of FILO when doing TLB replacement - fix unbalanced lock in vhost_process_iotlb_msg() Changes from RFC V2: - introduce memory accessors for vhost - switch from ioctls to oridinary file read/write for iotlb miss and updating - do not assume virtqueue were virtually mapped contiguously, all virtqueue ac...
2016 Jun 23
3
[PATCH V2 0/3] basic device IOTLB support for vhost_net
...T SCSI build error) Changes from RFC V3: - rebase on latest - minor tweak on commit log - use VHOST_ACCESS_RO instead of VHOST_ACCESS_WO in vhost_copy_from_user() - switch to use atomic userspace access helper in vhost_get/put_user() - remove debug codes in vhost_iotlb_miss() - use FIFO instead of FILO when doing TLB replacement - fix unbalanced lock in vhost_process_iotlb_msg() Changes from RFC V2: - introduce memory accessors for vhost - switch from ioctls to oridinary file read/write for iotlb miss and updating - do not assume virtqueue were virtually mapped contiguously, all virtqueue ac...
2016 Jun 22
4
[PATCH 0/3] basic device IOTLB support
...to do this on top. Changes from RFC V3: - rebase on latest - minor tweak on commit log - use VHOST_ACCESS_RO instead of VHOST_ACCESS_WO in vhost_copy_from_user() - switch to use atomic userspace access helper in vhost_get/put_user() - remove debug codes in vhost_iotlb_miss() - use FIFO instead of FILO when doing TLB replacement - fix unbalanced lock in vhost_process_iotlb_msg() Changes from RFC V2: - introduce memory accessors for vhost - switch from ioctls to oridinary file read/write for iotlb miss and updating - do not assume virtqueue were virtually mapped contiguously, all virtqueue ac...
2016 Jun 22
4
[PATCH 0/3] basic device IOTLB support
...to do this on top. Changes from RFC V3: - rebase on latest - minor tweak on commit log - use VHOST_ACCESS_RO instead of VHOST_ACCESS_WO in vhost_copy_from_user() - switch to use atomic userspace access helper in vhost_get/put_user() - remove debug codes in vhost_iotlb_miss() - use FIFO instead of FILO when doing TLB replacement - fix unbalanced lock in vhost_process_iotlb_msg() Changes from RFC V2: - introduce memory accessors for vhost - switch from ioctls to oridinary file read/write for iotlb miss and updating - do not assume virtqueue were virtually mapped contiguously, all virtqueue ac...
2009 Sep 11
3
For sending my R package as part of R-project
...). I'm not sure where the insertion of the call to > "setpagedevice" arose from, but I think it is down to 'gs'. > > There was a much longer private reply from a Robert Herrmann, > which I shall send you privately since it may be of interest, > along with the PS filoe I got after implementing Tadziu Hoffmann. > > Meanwhile, those who are interested by the issues arising in this > thread, raised by Simone Gabbriellini, may find the above useful. > > Ted. > > On 08-Sep-09 23:51:27, Paul Murrell wrote: >> Hi >> Thanks for the furth...