similar to: innefficient -c

Displaying 20 results from an estimated 300000 matches similar to: "innefficient -c"

2005 Dec 13
1
Locals and partials
Since i can''t figure out how to use heredocs with erb. im looking at solving my problem with partials, but since partials seem to have a completely separate namespace/scope im looking for a way to pass the entire scope of the calling rhtml to the partial. ------------------------------------------------------------------------ Hunter Peress
2006 Jan 03
1
Max Execution Time with fastcgi (and in general). Getting it done.
The purpose of this email is not to argue that there is a need to have the option of killing a single response if it takes longer than say 30 seconds. This is a worthwhile feature, years of work in php has shown me that it is. Thanks to a bit of help from various source in the community, I''ve been able to find something that works with fastcgi and surely should work with webbrick.
2005 Dec 15
1
A way to handle looong executions?
Is there somewhere I can specify a maximum execution time for a given request. (Eg, someone does something in my application that brings about and infinite loop). The idea of potentially huge queries or even a programmer mistake is not impossible, and I have a hard time accepting that I will release an application that has no way of handling that.
2008 Aug 05
2
mirroring a huge file using rsync while it's being written to.
Hi All, In the application that I am building, I've to "incrementally" copy several files of large sizes (around 1 GB) from several machines (some 300 in number) spread across various geographic locations. We've been using scp until now and are exploring rsync for the same. In my application, these files are being written to (still being updated) while rsync will be reading from
2017 Jan 18
4
[Bug 12527] New: Sender waits for timeout when fuzzy basis file found
https://bugzilla.samba.org/show_bug.cgi?id=12527 Bug ID: 12527 Summary: Sender waits for timeout when fuzzy basis file found Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: critical Priority: P5 Component: core Assignee: wayned at samba.org
2010 Nov 11
1
rsync stops at system call select()
hi, all: I need to back up about 50 files, the size of which won't exceed 5m, every 10~15 minutes to four remote machines. The back up command is written in a shell script file and was executed by the scheduling program with system() function. The scheduling program is implemented with c++. The command as follow: *rsync -az /home/admin/service/* admin at
2009 Aug 18
1
prepending /cygdrive/c/ to source line
Hello, either cygwin or rsync (version 3.0.6) is prepending /cygwin/c/ to the source path from the command line. C:\CMS\PageGenerator>rsync -avc --delete -vvv --protocol=20 -e "ssh.exe -i C:\cm s\PageGenerator\qa_rsa" \\cagecfsu1.saifg.rbc.com\YCM0\InternalCache\test_aug17/ nasadmin at 10.243.101.218:/cygdrive/g/EWCMS_SYNC/test_aug17/ cmd=ssh.exe -i C:\cms\PageGenerator\qa_rsa
2005 Dec 14
0
relative subdirectory of partials
if im in the views dir for the railtstest controller and render a partial like so: render(:partial=>''container/ thepartial'') then it will only work if that partial is in views/container/thepartial not if its in views/railstest/container/thepartial as I expected. but what i want is to have a dir called container inside of railstest and be able to render a partial
2005 Dec 30
0
can''t kill infinite loop with FastCgiConfig directive
FastCgiIpcDir /www/fastcgi FastCgiConfig -idle-timeout 30 I have that right in the root level of my httpd.conf (1.3) i made an inifinite loop in rails, and its not killed at all. Any ideas? ------------------------------------------------------------------------ Hunter Peress hunterp-hceJc2YFNylFcjXmduoLkw@public.gmane.org Web Programmer The Santa Fe New Mexican, Inc. www.freenewmexican.com
2023 Dec 21
1
rsync over ssh fails with --files-from
Hi, On Wed, Dec 20, 2023 at 11:03?AM Kevin Korb via rsync <rsync at lists.samba.org> wrote: > What is the error? I assume you know that with that syntax the > filelist.txt is local rather than remote. > Yes, I do know it refers to the list of local files. There is no error - it just hangs indefinitely until some timeout period. This is what it looks like on the remote side: $
2004 May 03
1
rsync error: error in rsync protocol data stream (code 12) at io.c(189)
Rsync Issue Solaris8 When performing a simple rsync between servers I was getting the following error: root:#> rsync -e ssh -va /export/home/a078479/bob smmk39:/export/home/a078479/ ksh: rsync: not found rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) root:#> I was thorghrough in setting up rsync to be
2023 Dec 21
1
rsync over ssh fails with --files-from
The errors column is 0. The drop column is 18. The second bit number is the number of packets which should grow. At least that is how I read it. Column makes it more readable in a terminal but not so much in an email. On 12/21/23 14:18, Alex wrote: > Can someone help me determine if these errors are normal or if this > could somehow be the cause? I've removed the last three
2023 Dec 21
1
rsync over ssh fails with --files-from
Can someone help me determine if these errors are normal or if this could somehow be the cause? I've removed the last three columns for readability - they were all zeros. # column -t /proc/net/dev Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo lo: 133093161 146045 0
2002 Sep 20
0
rsync monitoring changes ...
Hello, as long time rsync user i was lately thinking about how i could use more the rsync at my work. I would like to synchronise one directory on my local computer with distant computer. I would like it to work in almost real time. Every time i make a modification locally it should be transferred to the remote side, and if i do it remotely it should be transferred to local computer. Of course
2018 Dec 31
2
--partial does not "unhide" the files
Kevin Korb via rsync <rsync at lists.samba.org> (So 30 Dez 2018 23:56:44 CET): > I think --partial might be a red herring here. It only applies to what > happens when rsync is aborted in the middle of a file. What happens > without -P? Same happens w/o --partial. I append 2 logs: - a from localhost to remote server, exposing the missing "rename" - b from localhost to
2007 Jul 20
0
[ycui1@bloomberg.com: Re: rsync bug?? (rsync fails when -C is used).]
On Thu, Jul 19, 2007 at 06:24:10PM -0400, Matt McCutchen wrote: > The remote rsync is running out of memory as it collects the CVS > ignore rules (add_rule). Something could be awry with the CVS ignore > rules, or the machine could just be low on memory. Please run rsync > again with -vvv (three verbose options), which will make the remote > rsync show (among other useful
2018 Dec 31
0
--partial does not "unhide" the files
I can't say I have any idea why rsync would just skip that step and I can't duplicate it myself. Your only recourse might be to use --inplace on that system. On 12/31/18 12:33 PM, Heiko Schlittermann via rsync wrote: > Kevin Korb via rsync <rsync at lists.samba.org> (So 30 Dez 2018 23:56:44 CET): >> I think --partial might be a red herring here. It only applies to what
2004 Jun 24
1
[Bug 1477] error in rsync protocol data stream (code 12) at io.c(836)
https://bugzilla.samba.org/show_bug.cgi?id=1477 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From wayned@samba.org 2004-06-24 10:49
2009 Mar 30
1
is it possible to continue rsync after network interruption?
I rsync a remote destination which has a daily network interruption of round about 5 minutes. Is it possible to configure rsync to wait in such a case this 5 minutes and continue the rsync as soon as the network connection is established again? I use rsyncd with perl::rsync (backuppc) through a ssh tunnel. Thanks Matthias -- Don't Panic
2003 Jan 24
1
[patch] Still a problem with cleanup.c
Hello, There is still a problem with the _exit_cleanup() function in cleanup.c despite the patch that was put in last week that prevented recursion. It turns out that sometimes multiple calls in close sequence are done and this causes rsync to spin out of control instead of exiting. This bug was found by Marc Espie and the patch I'm including is his as well. It hasn't been commited