search for: ginormous

Displaying 12 results from an estimated 12 matches for "ginormous".

2006 Mar 03
3
dynamic queries
Is there an easy (and secure) way to search your database when you don''t know the number of parameters ahead of time? I can see doing it by concatenating together an sql query, but hopefully rails provides a more elegant way to do this with ActiveRecord without making a ginormous switch statement? For example, lets say my search form has 4 different input boxes. I only want the query to search on fields that are actually provied by the user when they submit. Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.ru...
2004 Sep 13
6
Migrate BACK to WINDOWS -> Talk me out of it QUICK
...it. However, this is where I start to feel that I am having too many servers per location, seeing that the windows server could do what the Samba server is doing, I am in debate about moving back to windows (I have will need to licenses and boxes there anyhows) One other option is just ot house a ginormous WIN-TSRV at the central location. However, I am afraid of issues with printing back to the remote locations (pushing large files through the 1/2 T-1 to print). Another option is to remove the samba servers from the remote location, and just have a samba PDC with authenticating windows tsrv machin...
2013 May 08
5
[LLVMdev] Shared library support of llvm
According to http://llvm.org/docs/CMake.html, "Shared libraries are not supported on Windows and not recommended in the other OSes". The problem is that static libraries have some limitations, especially when linked into multiple shared libraries, the global data of llvm could have multiple copies leading to undefined behaviors. This has caused much pains during my usage of llvm. My
2010 Jan 21
0
Using spec.ls to interpolate very long time series
...ve both cosine and sine functions? I don't know why I have nothing but zeros for sine. Anyone have any insight in what I could be doing wrong? Or could this actually be correct? 2) Let's say these are "good" numbers. What code could I write to create the formula describing this ginormous time series? -- View this message in context: http://n4.nabble.com/Using-spec-ls-to-interpolate-very-long-time-series-tp1033441p1033441.html Sent from the R help mailing list archive at Nabble.com.
2013 May 08
0
[LLVMdev] Shared library support of llvm
...iki/Visibility From: Reid Kleckner Sent: Wednesday, May 08, 2013 6:21 PM To: Peng Cheng Cc: LLVMdev at cs.uiuc.edu Subject: Re: [LLVMdev] Shared library support of llvm I've never tried building LLVM dlls on Windows, so this is all from faulty mailing list memory. You should be able to make a ginormous LLVM.dll that includes everything you need just once. This should avoid your duplicate data in depending DLLs problem. Someone else may know how to do this, or you can search the list. Splitting LLVM's internal libraries up into little dlls would speed up incremental builds, but it's not...
2013 Apr 11
0
No subject
...ally have been pondering for a while to rename that to format_passthru to reflect the use case and avoid the problematic name. When it comes to the directory you can not do the simple math I'm afraid. I know because I ended up with the challenging task of maintaining dir.xiph.org. There is one ginormously huge streaming provider which is serving thousands of constantly changing streams and listing them on the YP. This is compounded by the fact, that they actually run a cluster of 6-8 servers. They exclusively stream mp3. Although I was quite tempted, also due to the fact, that they produce 90% of...
2015 Feb 06
2
Re: Creating users "on - the - fly"
...* long. I think I saw comments that it should be limited to about 20k or so. And around 20k the look up times are in the seconds. So that wouldn't be enough for me. I have another service in my system which uses gitolite, and it works fine - but it doesn't seem to be able to authenticate a ginormous number of users. So - I figured that I could use the ssh-keys command to request only a subset of keys (from a service or something) and that would enable ssh to auth much faster. However - as I got into that - I realized that I have no way to "find" just the keys for a single user. Si...
2005 Jun 11
3
Dovecot stable slow
A few days ago I installed dovecot stable to replace uw-imap. The install went well and all boxes were converted ok. When accessing the new imap server though, certain operations seem much slower, in particular, moving mail between boxes is very slow, and I have received several complaints from users that the mail server has slowed down. I can't figure out what the slow point is as maildir
2009 Sep 27
3
External Backup Systems?
Hey everyone, My home server just had a disk failure a few weeks ago and like a lot of people I haven't ever really made backups on a regular basis. So I was looking into backup solutions which will save me from this situation again. Now I have Bacula setup, and backing up my files onto my home server. Although this works great, I have one issue: The disk in my server was the one that
2015 Feb 06
4
Creating users "on - the - fly"
I guess I didn't want to litter the users table either - it just seems "wrong" to be actually adding things to the host when it is really so transient. It feels like it should be LDAP-ish. Just ask the server for the keys and do a one-off authentication. But I've seen even LDAP creates the user directories. I see that 2.6 kernels can have some 4B users, which should last me a
2020 May 06
2
Parallel transfers with sftp (call for testing / advice)
On Tue, May 5, 2020 at 4:31 AM Peter Stuge <peter at stuge.se> wrote: > > Matthieu Hautreux wrote: > > The change proposed by Cyril in sftp is a very pragmatic approach to > > deal with parallelism at the file transfer level. It leverages the > > already existing sftp protocol and its capability to write/read file > > content at specified offsets. This enables
2007 Nov 30
0
formats available for controller
Hello, I was wondering if there is any way to retrieve the list of formats defined in the respond_to block of a controller? For example if the following is in a controller: respond_to do |format| format.html format.xml { render :xml => @people.to_xml } end Is there a way to find out HTML and XML are available? I want to write a method that creates an XML list of all