similar to: Access Database SLOW

Displaying 20 results from an estimated 1000 matches similar to: "Access Database SLOW"

1998 Jul 14
1
smbstatus show open files when none are
I recently (a few weeks ago) installed 1.9.18p8 in order to get better performance with an Access Database, which along with adding a TCP_NODELAY in the [global] section has that working like a charm. Thing that's bugging me now is smbstatus. When I run it I see open files listed when I know that they aren't. The following output shows quite a few files open that aren't really. The
1998 Jul 27
1
Cache Problems!!!!! (PR#8584)
Charles Curley wrote: > The problem that I'm having is that once a file has been opened from the > share, changes made to that file via the WWW interface are not seen by > the Win95 client, they still get the old file's contents. Charles, If you are accessing data from both a Samba share via Win32 and via a UNIX program the UNIX program will see old data unless you turn off
1998 Aug 12
0
Public shares w/ security = user
Configuration: RedHat 5.0 w/ Samba 1.9.18p8. My servers don't do domain logins. I picked a workgroup called OCALA-CIM for it. I have clients connecting from standalone desktops w/o domain logins to anyone and others that connect from desktops that are fully logged into a NT domain, which is called ACCT03 and these desktops seem to be mostly setup to be in a workgroup called EMC. My main samba
1998 Aug 13
2
SAMBA digest 1778
PLEASE, PLEASE DELETE ME OFF THE MAILING LIST. I HAVE SENT SEVERAL MESSAGES REGARDING THIS!!! THANK YOU -----Original Message----- From: samba@samba.anu.edu.au [SMTP:samba@samba.anu.edu.au] Sent: Thursday, August 13, 1998 1:09 PM To: Multiple recipients of list Subject: SAMBA digest 1778 SAMBA Digest 1778 For information on unsubscribing see http://samba.anu.edu.au/listproc
1998 Jul 17
4
Can I specify a different username under Win95???
Hi all - I have the latest samba up and running fine except for one small problem. The username I use to log into the NT domain is different than the username I log into samba with. I have no control over the former, and would *really* rather not change the latter. I've searched the net, and the archives, and got only saw bits and pieces of this issue, never quite fully answered. Is it
1998 Jul 23
1
Cache Problems!!!!!
I've got a system setup where a Win95 client (written in Visual C++ 5.0) presents a user with a GUI that collects information about hardware that he/she would like to produce. This information is used to build a path to the directory that contains the files to load into one of the production machines. For example, through the use of menus and such the user indicates that they would like to run
2001 Mar 20
1
Cannot resolve hostname on Windows2000
Hi, When I map directory using samba o nour Windows 2000, I have to type in the IP address of the samba server or the complete domain name; i.e, host.lmsw.lmco.com. I can't just type in the hostname; i.e. host. Your help is very much apreciated. Thanks Aissa Char Lockheed Martin Aero
2011 Sep 01
4
[PATCH] xen,credit1: Add variable timeslice
Add a xen command-line parameter, sched_credit_tslice_ms, to set the timeslice of the credit1 scheduler. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> diff -r 4a4882df5649 -r 782284c5b1bc xen/common/sched_credit.c --- a/xen/common/sched_credit.c Wed Aug 31 15:23:49 2011 +0100 +++ b/xen/common/sched_credit.c Thu Sep 01 16:29:50 2011 +0100 @@ -41,15 +41,9 @@ */ #define
2006 Jun 07
1
Controlling Cisco 7960 Ringtone from Asterisk
I'm trying to change the ring tone on my 7960 from the dialplan. I've tried the example on the wiki but it doesn't seem to work. Something like: exten => 3010,1,SetVar(ALERT_INFO=<Bellcore-dr1>) ; selects Ringer exten => 3010,2,Dial(SIP/3010,15) I'm not sure what the Bellcore-dr1 ringer is supposed to be. I've tried replacing ALERT_INFO with another ring tone
2005 Mar 19
3
Wine success: HABit Wordstar Converter (version 3)
I had need of a bit of computer archeology (oddly enough, for a couple of archaeologists, but that's another story). I used Henry Bartlett' HABit Wordstar Converter (version 3) (http://www.hotkey.net.au/~hambar/habit/wsconvrm.htm) to convert some Wordstar for Mess-DOS files to text and HTML. It worked just fine under wine (http://www.winehq.org). wine-20041201-1fc3winehq on Fedora Core 3
2009 Oct 19
1
updating columns using other column as reference
Dear R-gurus, Just supose I have a dara.frame that looks like myDF<-read.table(stdin(),head=T,sep=",") codID,namesp,k1,k2,k3,k4 1,spA,2,5,6,3 2,spB,4,5,4,6 3,spC,2,1,5,6 4,spC,5,4,3,2 5,spD,1,2,3,4 6,spE,2,4,3,1 I need to update the columns k1-k4 with the namesp, but considering the math between Kx and codID. My desired output must looks like: codID,namesp,k1,k2,k3,k4
2011 May 04
1
Outlier removal by Principal Component Analysis : error message
Hi, I am currently analysis Raman spectroscopic data with the hyperSpec package. I consulted the documentation on this package and I found an example work-flow dedicated to Raman spectroscopy (see the address : http://hyperspec.r-forge.r-project.org/chondro.pdf) I am currently trying to remove outliers thanks to PCA just as they did in the documentation, but I get a message error I can't
2013 Aug 21
2
Re: Oracle RAC in libvirt+KVM environment
>From the fedora 19 host: [root@fedora ~]# sg_inq /dev/sdc standard INQUIRY: PQual=0 Device_type=0 RMB=0 version=0x05 [SPC-3] [AERC=0] [TrmTsk=0] NormACA=0 HiSUP=0 Resp_data_format=0 SCCS=1 ACC=0 TPGS=1 3PC=0 Protect=0 [BQue=0] EncServ=0 MultiP=0 [MChngr=0] [ACKREQQ=0] Addr16=0 [RelAdr=0] WBus16=1 Sync=1 Linked=0 [TranDis=0] CmdQue=1 length=36 (0x24)
2003 Sep 14
1
reading in a file with multiple data types
Hi, I have a data file which contains multiple data types (char and numeric) alongside with line spaces, tabs and spaces. I hope to extract out the numeric blocks of the data, probably as matrices or dataframes where each line in the data block is a corresponding row in the dataframe/ matrix. I have tried using many R read functions but they do not seem to yield the appropriate structure that
2012 Aug 24
3
Euclidean distance function
Hi, I should preface this problem with a statement that although I am sure this is a really easy function to write, I have tried and failed to get my head around writing functions in R. I can use R where functions exist to do what I want done, but have found myself completely incapable of writing them myself. The problem is that I have a table with several rows of species and several columns of
2008 Dec 22
2
... (dotMethods) and cbind/rbind: how to give the signature?
Dear List, I'm struggling with the signature writing cbind/rbind functions for a S4 class. First of all, I'm very happy that it is now possible to dispatch on ... I follow the example for "paste" in ?dotMethods, which works as far as this: ### start example setClass ("cbtest", representation = representation (data = "data.frame"),
2011 Feb 06
2
Subsampling out of site*abundance matrix
Hello, How can I randomly sample individuals within a sites from a site (row) X species abundance (column) data frame or matrix? As an example, the matrix "abund2" made below. ##### (sorry, Im a newbie and this is the only way I know to get an example on here) abund1 <- c(150, 300, 0, 360, 150, 300, 0, 240, 150, 0, 60, 0, 150, 0, 540, 0, 0, 300, 0, 240, 300, 300,
2006 Nov 17
5
spc.exe
Does anyone have a copy of spc.exe they could send me? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061117/ac0b6a44/attachment.htm
2012 Oct 19
1
grid(Base): How to avoid "Figure region too small and/or viewport too large" by specifying 'relative' units?
Dear grid-expeRts, The goal: I would like to construct a plot (matrix) with grid and gridBase, which consists of four "sub-plots". The sub-plots should have a square plotting region as one would force with par(pty="s") in base graphics. The problem: I don't get a square plotting region, not even by specifying pty="s" in par(). Indeed, if you display the grid
2023 Nov 24
2
Benefits of SSL?
Hi Thomas, Why not offer both? SSL is important so as not to be penalized by search engines that nowadays expect it on any website, more so when you have a form asking for sensitive information, as it encrypts the communication between browser and server. Having said that, there is no reason for you not to offer both https:// and http://, all you need to do is using different ports. For