similar to: Performance problem

Displaying 20 results from an estimated 100 matches similar to: "Performance problem"

2008 Apr 29
6
Intercepting an onClick file download
Hi, I''m having some trouble downloading a .csv file from a particular website. The file isn''t part of a url, you need to click on a link in order to get the file sent. I don''t know how to get mechanize to correctly identify that. Here is the link to the file I''m trying to retrieve: <td style="vertical-align: bottom; text-align: center;">
2002 Mar 19
3
Psycho-acoustics research
Hi. I'm an undergraduate linguistics major and computer science minor at the University of Colorado in Boulder, and am taking a couple classes this semester which give me the opportunity to do a research project - one on introductory acoustics in the physics department, and one in the linguistics department on phonetics and phonology. I've got an idea, but I'd like to hear from anyone
2000 Aug 29
5
kernel oplocks
I am a little bit confused about the kernel support for oplocks. man page of smb.conf: ---------------- For UNIXs that support kernel based oplocks (currently only IRIX but hopefully also Linux and FreeBSD soon) this parameter allows the use of them to be turned on or off. This parameter defaults to "On" on systems that have the support, and "off" on systems that don't.
2003 Dec 05
1
Initial user password
Hi list. I am new to the list, but not so new to samba. Though i have a question. I am migrating to samba 3.0 and want to setup users using pdbedit (like Volker Lendecke showed at the Linux Kongress in Saarbr?cken; very fine tutorial, thanks!). Is there a way of setting an initial passwort like "test" and to force the user to change it after or while the first login? Perhaps it is a
2007 Jul 25
0
Being a polite client: maintaining history
Hi, folks. I''m investigating libraries to use in a rather specialized feed reader. Some of the sites I want to follow don''t have RSS feeds (or have hopelessly broken feeds) so I was already planning on using Hpricot anyway -- Mechanize is looking good, here. In my research for my project, recipe 11.16 in O''Reilly''s Ruby Cookbook references a website[1]
2004 Feb 06
0
closed connection
Hello List. I have a problem with Samba 2.2.8a and a Win-Add that collects and calculates data using Turbo-DB SQL. In case two Win2K Clients are doing the same process it sometimes stopps executing (it hangs), so that the clients just can be reseted. After turning the log-level to 4 there ist the following piece loged: snipp - - - - [2004/02/06 12:16:19, 3] smbd/process.c:process_smb(846)
2002 Jan 21
2
Samba domain
Hello. I have a linux Server as pdc, a win2000 Server joined this domain and some clients. Now we want share directories. These shares (on non Samba systems) shall be made for defined users, the other users are not allowed to use these shares. How do i make this? Thanks for your help! Andre -------------- next part -------------- HTML attachment scrubbed and removed
2001 Dec 18
2
speed of transfers?
I work from home on a dsl line and I've found that transfering large files (50k+) over samba is about 50 times slower than using ftp. anyone know why? Is this typical? thanks Fred
2012 Jul 30
10
encfs on top of zfs
Dear ZFS-Users, I want to switch to ZFS, but still want to encrypt my data. Native Encryption for ZFS was added in "ZFS Pool Version Number 30<http://en.wikipedia.org/wiki/ZFS#Release_history>", but I''m using ZFS on FreeBSD with Version 28. My question is how would encfs (fuse encryption) affect zfs specific features like data Integrity and deduplication? Regards
1998 May 17
0
Fw: simple kde exploit fix
And, here''s a fix. -----Original Message----- From: David Zhao <dzhao@LURK.KELLOGG.NWU.EDU> To: BUGTRAQ@NETSPACE.ORG <BUGTRAQ@NETSPACE.ORG> Date: Sunday, May 17, 1998 3:00 PM Subject: simple kde exploit fix >in kdebase/kscreensaver/kscreensave.cpp: > >change: >line 18: strcpy( buffer, getenv("HOME") ); > to >
2009 May 16
2
[LLVMdev] VMKit: msil optimization
Hello all. is it possible to use LLVM to optimize existing .NET assemblies? Basically doing the following: - read in MSIL and convert into LLVM internal representation - perform global optimizations on LLVM internal representation - write out optimized MSIL using the existing LLVM backend I presume that the capability to convert MSIL into LLVM internal representation exists somewhere in VMKit.
2002 Nov 06
0
Fw: Performance Problem
Hello your NIC is ??? and samba version ??? Try modify samba tcp parameters as delay and buff or update your nic driver. > ----- Original Message ----- > From: <fzarnitz@gmx.net> > To: <samba@lists.samba.org> > Sent: Tuesday, November 05, 2002 9:08 AM > Subject: [Samba] Performance Problem > > > > Hello, > > > > I have a severe performance
2005 Aug 08
1
2 nicks/firewall
So I have a freebsd machine setup, and it has 2 nick's in it. One is a REAL IP, and pulls in internet, the other is a a nat'ed nick, with samba running on it for the machines behind the firewall. Anyone know what to toss into my smb.conf to not let my outside nick xmit smbd/nmbd ? No one can connect via that interface, but people/viruses/whatever are still trying. Thanks! C.
2003 Sep 11
2
samba-3 problem joining ws to domain
Howdi, I can't add a w2k workstation to samba3 domain with my username. If I add my username to "admin users" list, then I can add the box to domain (but overritten by euid). My goal is, that joining domain can be done without using "admin users" option. Groupmapping is done and works. When machine is in domain and log in, I get full admin rights on that box. Removing the
2004 Nov 02
2
using R in .NET apps
looking for some thoughts on incorporating R functionality to create histograms of data stored in an informix db. im gonna write the app in .Net and will use a managed provider to access the data. what R libs might I have to package in the assemblies? (sorry my Q is general as Ive only just looked at wanting this yet) Thanks. Amer.
2000 Sep 25
3
Out of file structures
Hi all, does anybody knows about the following Error ?!??! [2000/09/25 17:40:55, 0] smbd/files.c:file_new(85) ERROR! Out of file structures seems to be the max open files problem, am I right ? We did a research in some news and usergroups and in some answers it was mentioned, to compile samba with the sfio package to avoid using the select(3). Is that right ? Does anybody has any
2012 Feb 11
2
[LLVMdev] shared bitcode modules / dynamic linking.
Hi, afaics in manuals the llvm-{link,ld} tools only can merge bitcode files into one bigger piece which looks like a static-linking from the c/c++ world. i'm wondering is it any possibility to link bitcode elements dynamically in the same way as e.g. c#/msil assemblies? static linking into one executable looks horrible - any change in library used in project forces relinking of everything.
2010 Oct 25
4
[LLVMdev] Prevent instruction elimination
Hi John, > As for instructions, I don't know of an instruction which does nothing, > won't be removed by optimization, and yet does not inhibit > optimization. Perhaps a local alloca and a volatile load or store would > do the trick? Being volatile, the compiler won't remove it (or if it > does, it's a bug, and you should file a bug report), and since it loads
2010 Aug 05
2
colour of label points on a boxplot
Hi all, I have 6 datasets(dataframes Assem_ContigsLen7 through all_ContigsLen12) containing 3 columns (contig_id, contig_length, read_count). Each dataset is composed of 3 types of contigs (assemblies of genomic fragments), 1- all Bacterial fragments, 2 - all Viral fragments, 3 - mixed fragments. I identified the type of contig through a merge with another table with just contig_id and
2006 Aug 18
5
potential enterprise rails project
Hello Rubyists, I''m in the position of being given the job to design and build a mission-critical web facing application for a small but growing enterprise. It is to be used by customers as needed, numbering in the tens up to the hundreds. It will collect operational data, particularly in a table around 50 columns wide, and potentially millions of rows deep, most fields being numerical.