search for: sloooow

Displaying 18 results from an estimated 18 matches for "sloooow".

Did you mean: slooooow
2001 Dec 06
2
Terminal Services are extremely slow!
Hi there, I've been trying to run Terminal Services using wine and it seems to work but it's sloooow. I'm running dual boot system with Caldera Workstation 3.1, Windows2000 Professional and Wine 20011106. Any ideas or success stories? Here some output lines: wine --winver win2k "MTSC.exe" fixme:imm:ImmAssociateContext (0x00010025, 0x00000000): stub err:shell:SHGetSpecialFolderPathA...
2010 Feb 21
2
3.3.10 <-> AD 2008 R2 very slow
Hi again, I changed from 3.4.5 to 3.3.10 after an AD upgrade to 2008R2 and prinitng is working mor ore less but it is incredibly sloooow. My server has no remarkable load so it is not due to hardware bottlenecks. Are there any ways to 'tune' 3.3.10 or any tricks to make it faster ? cheers ~christoph -- /* Christoph Beyer | Office: Building 2b / 23 *\ * DESY | Phone: 040-8998-2317...
2007 Jul 28
5
the large dataset problem
....html I wrote a script which loads large datasets a few lines at a time, writes the dozen or so variables of interest to a CSV file, removes the loaded data and then (via a "for" loop) loads the next few lines .... I managed to get it to work with one of the SIPP core files, but it's SLOOOOW. Worse, if I discover later that I omitted a relevant variable, then I'll have to run the whole script all over again. Any suggestions? Thanks, - Eric
2012 Mar 01
2
Julia
...the same stage as R was in 1995 or 1996 when only a few people knew about it - but Julia holds much potential. There is a thread about "R and statistical programming" on groups.google.com/group/julia-dev. As always happens, there is a certain amount of grumbling of the "R IS SOOOO SLOOOOW" flavor but there is also some good discussion regarding features of R (well, S actually) that are central to the language. (Disclaimer: I am one of the participants discussing the importance of data frames and formulas in R.) If you want to know why Julia has attracted a lot of interest very...
1999 Dec 20
1
Samba performance on FreeBSD
...ut half a year ago, I was upset about the lousy performance but tried my best to search for that problem at myself. The machine at this time as a Pentium/200 PC with some SCSI harddisks and 64 mbyte of memory. Reading was quiet quick, but writing to the server (especially many small files) was sooo sloooow. In the Samba man page I found the hint to the socket option configuration directive and read also the FreeBSD getsockopt/setsockopt(4) man page carefully. After increasing them and setting other options I noticed a signficant performance increase, that means, you cannot really compare anymore if...
2006 Aug 28
2
single specs
The spec command has an option to run a single spec. I''m realizing that I never, ever use this. Does anyone else? If not, I''d like to get rid of it! It''s one of those things that "seemed like a good idea at the time", but resulted in a bunch of hack-ish code.
2005 Jun 07
0
Re: Horrendously slow transfer speeds in FC3 is drivi ng mecrazy!!! Please help... - SOLVED!
Does SMB need Push bits acknowledged? I had a similar problem with sloooow printing on OpenBSD, and had to set the AckOnPush parameter to enabled. That cured the printing issue for me. Just a thought... Jim > -----Original Message----- > From: Al [mailto:alsalooq@socal.rr.com] > Sent: Monday, June 06, 2005 4:44 PM > To: samba@lists.samba.org > Subject:...
2005 Dec 28
3
Unit tests, Fixtures, Authority Data, Oh my!
...#39;ve been calling that Rake task in the "setup" method - which works sometimes. On OSX/Linux it works, in XP it breaks. I''m guessing XP doesn''t like `rake load_authority_data`. Ideas on that? Additionally, running the rake task in setup causes my tests to run extremely sloooow. How is everyone handling this situation in their applications? How do you load authority data in new applications vs testing? Am I doing something really stupid here or what? Let me know, thanks... -- seth at subimage interactive http://www.subimage.com/sublog/ _______________________________...
2006 Mar 23
2
Slow database imports with active record
...d run several comparison queries to find changes save changes to a table automatically review changes based on rules, and those that are leftover are unauthorized changes and require research by the network admins. ## I''ve written everything, and its working. However, the MYSQL Import is SLOOOOW. Its taking 10 minutes per file. Extrapolating this, it will take 2000 minutes, or 33 hours each day to do just the import. Unfortunately, earth days only have 24 hours. So, I need some way to compare todays file, to yesterdays and see changes. I really want akk the data to end up in MySQL or S...
2007 Sep 23
1
[LLVMdev] RFC: Tail call optimization X86 
...not enabled in test-suite look great: darwin-x86 (r42159): *passed llvm/test (except for arm failures and one x86 failure that where also in the vanilla version) *same number of failures for vanilla version and my patch version in test-suite gentoo/x86 in a parallels virtual machine (really sloooow, that was an earlier revision): *passed llvm/test *same number of failures for vanilla version and my patched version in test-suite gentoo/amd64 (r42159): *passed llvm/test (except for arm failures and one x86 failure that where also in the vanilla version) *llvm-gcc compiled but test-suite...
2000 Feb 03
1
Performance Samba 2.0.6 / FreeBSD 3.4 vs NT and NetWare
I'm getting samba setup, and it seems to be working. I have PDC/BackupPDC issues to resolve, and want to change things so the NT PDC authenticates users instead of setting them up using smbpasswd. Right now, I can access the samba box from Win98 and WinNT workstation with "manually setup" smbpasswd's. I have been testing performance and am a little disappointed, I hoped samba
2006 Nov 14
16
memory issues -- mongrel part of the problem?
Hi. I''m a fairly new mongrel user and have a scenario that I wanted to run by you all, see if anyone''s synapses connect -- mine def. aren''t! I''m running a fairly simple rails app through a mongrel cluster (2 mongrels). This site is consistently sloooow -- memory on the server is regularly paging (and shouldn''t be). ssh-ing in and running top shows these two mongrel processes taking up about 80% of the 1 gig of system memory. the only interesting thing the application is doing is storing photos in the database and resizing the photos o...
2006 Aug 12
9
Finding the closest match?
I am trying to do a search for a crazy problem. Anyways, the search can only contain one word and the database it''s searching contains one word per row. Basically if someone tries to search for a word I want to find the closest match. Ex: If someone types "cat" and "cat" is not in my database, but "bat" is, how could I select bat? Also, if someone
2006 Mar 04
16
Unacceptibly slow.
I currently have a fairly simple Rails application running on FreeBSD under Apache 1.3 and normal CGI, and the performance I''m getting is alarmingly poor. I realize CGI or WebBrick are quite a bit slower than FastCGI, and I''ll probably use one of those instead when I have the time. However, I''m just curious if CGI is really supposed to be that slow, or if
2008 May 10
2
Guild Wars Won't Even Get to Login Screen
Hello, I have been having a very hard time with Guild Wars under Wine, despite it's platinum rating. I have not been able to get to the login screen on any linux distribution I've tried. (Fedora, arch, even ubuntu). It loads the game files on the ArenaNet loading screen, but soon experiences an unrecoverable graphics error. System: Arch Linux 2.6.24 (32bit i686) AMD64 3000+ 1gig ram ATI
2005 Jun 17
6
Serious Slowness Issues with Printing
Samba Guru's: I need whatever help you all can provide. I'm at my wits end here with this problem, I've checked forums and the Samba docs and can't find anything. Sorry if this email is long and drawn out. We just put in a new Solaris 9 server running Samba 3.0.11 to replace a Solaris 8 server running Samba 2.0.7. All the client desktops are running Windows 2000 joined to a
2003 Dec 01
0
No subject
...9357775776FD411B7C400508B692AEABA47EA@netls023.netlinc.org .uk> From: "H Burgin (Louth King Edward VI Grammar School)" <hburgin@kevigs.lincs.sch.uk> To: "'samba@lists.samba.org'" <samba@lists.samba.org> Subject: Sambe ->W2k is fast, but ->NT4 is sloooow Date: Wed, 6 Jun 2001 14:49:30 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: samba-admin@lists.samba.org Errors-To: samba-admin@lists.samba.org X-BeenThere: samba@lists.samba.org X-Mailman-Version: 2.0beta6 Precedence: bulk List-Help: <ma...
2003 Dec 01
0
No subject
...ssage-ID: <3B665F55.EF15EEFA@farmexim.ro> Date: Tue, 31 Jul 2001 10:33:41 +0300 From: Dragos Delcea <dragos.delcea@farmexim.ro> Organization: Farmexim SA X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.6 i686) X-Accept-Language: en, ro MIME-Version: 1.0 To: samba@lists.samba.org Subject: sloooow MESSY DOS application from samba share Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/) Sender: samba-admin@lists.samba.org Errors-To: samba-admin@lists.samba.org X-BeenThere: samba@lists.samba.org X-Mai...