similar to: Online Chat application in Rails 3.1.3

Displaying 20 results from an estimated 600 matches similar to: "Online Chat application in Rails 3.1.3"

2018 Mar 20
2
Very slow to start sync with millions of directories and files
On Tue, Mar 20, 2018 at 5:49 PM Kevin Korb <kmk at sanitarium.net> wrote: > Nothing there should be preventing incremental indexing. That means it > should start copying as soon as it finds a file that needs to be copied. > Doesn't it tries to create all (empty) directories first? > On 03/20/2018 02:33 PM, Bráulio Bhavamitra wrote: > > > > > > Em seg, 19
2018 Mar 20
2
Very slow to start sync with millions of directories and files
Em seg, 19 de mar de 2018 11:34, Kevin Korb via rsync <rsync at lists.samba.org> escreveu: > The performance of rsync with a huge number of files is greatly > determined by every option you are using. So, what is your whole > command line? > rsync -avP /data-old/ /data > > On 03/19/2018 09:05 AM, Bráulio Bhavamitra via rsync wrote: > > Hi all, > > > >
2018 Mar 19
2
Very slow to start sync with millions of directories and files
Hi all, I'm using rsync 3 to copy all files from one disk to another. The files were writen by Minio, an S3 compatible opensource backend. The number of files is dozens of millions, almost each of them within its own directory. Rsync takes a long time, when not several hours, to even start syncing files. I already see a few reasons: - it first create all directories to put files in, that
2018 Mar 21
4
rsync very very slow with multiple instances at the same time.
I create a new thread, because the issue is not really the same, but i copy here the thread that made me jump into the list. My issue is not really that it waits before starting copying, but a general performance issue, specially when there are multiple rsync running at the same time. Here is my situation : I have multiple clients (around 20) with users and i want to rsync their home dirs with
2011 Jul 11
39
Help filling out a registration (I think it's called multi tenant)
Do you know when you are filling out a registration for a new account, and you keep pressing next to fill the rest of the information in separate pages? I''d like to do that, but I have no idea how. Basically I have a company model with its information, and a contacts model, with belongs to my company (also each company has only one contact), and I''d like for the user to fill in
2006 Feb 10
10
Seeing the IP addresses of domUs from dom0
Using a default xen3.0.1 setup for dom0(rhel4 distro) and domUs (gentoo, rhel4, centos4.2 distros, ttylinux) with the domUs all having dhcp turned on, is there an easy way to tell from within the dom0 what ip addresses were assigned to the domUs after bootup? Toby Ford USi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2012 Nov 08
0
Current recommended approach to "chat room"-type app?
Hi, I''ve been googling around looking for a good approach to doing live updates of my webpage. I''ve got a fairly extensive application already, using traditional rails, and I''d like to have a page update in real-time, hopefully without having to completely rewrite the app. One of the most promising approaches looks like Faye, but the railscast I saw was from 10 months
2010 Jan 23
5
authentication failure
I noticed that my server has a lot ca. 1000x auth failure from different alocated in China / Romania and Netherlands per day since 3 days It looks to me like somebody was trying to get into server by guessing my password by brute force. what would be the best to stop this attack and how? the server running apache mysql and ftp PORT STATE SERVICE 21/tcp open ftp 80/tcp open http 443/tcp
2018 Mar 20
0
Very slow to start sync with millions of directories and files
It creates the directories as it needs them. If you want to watch it looking through files it doesn't need to copy you can add -ii (see --itemize-changes for what the output means). On 03/20/2018 05:24 PM, Bráulio Bhavamitra wrote: > > > On Tue, Mar 20, 2018 at 5:49 PM Kevin Korb <kmk at sanitarium.net > <mailto:kmk at sanitarium.net>> wrote: > > Nothing
2018 Mar 20
0
Very slow to start sync with millions of directories and files
Nothing there should be preventing incremental indexing. That means it should start copying as soon as it finds a file that needs to be copied. On 03/20/2018 02:33 PM, Bráulio Bhavamitra wrote: > > > Em seg, 19 de mar de 2018 11:34, Kevin Korb via rsync > <rsync at lists.samba.org <mailto:rsync at lists.samba.org>> escreveu: > > The performance of rsync with
2009 Jan 27
1
Problem with Samba DFS and Active Directory/XP
Hi, Samba version 3.0.28 from RPM samba-3.0.28-1.el5_2.1 on Scientific Linux 5. Although I'm finding this problem with samba 3.0.33 and a few others I've randomly tried. Full experiment here: http://xweb.geos.ed.ac.uk/~fgibbins/DFS-tests.txt I've got an AD joined samba server which exports a share to an AD joined XP machine, same M$ 2003 AD in both cases. This share is
2010 Jan 20
4
followup to request for centos C/W
just to follow on my earlier post, i have pointers to a couple commercial C/W manuals for RHEL administration, but both of them use an entire chapter discussing virtualization using Xen. i'm under the impression that RH is firmly in the KVM camp (at least for now), and that learning Xen on red hat/centos wouldn't be as useful as learning KVM. thoughts? rday --
2010 Jan 25
2
Too much cpu wait on nfs server when we need to read data on it
Hi, I have a big server with 24 Disk on 2 3ware card. When i write data on my nfs server everything is fine but when i want to read data i have a lot of cpu wait. [root at NFS /]# vmstat 1 procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------ r b swpd free buff cache si so bi bo in cs us sy id wa st 0 1 112 9592 7140 1879496 0 0
2011 Jan 18
2
ssh-add with stdin and read_passphrase
I would like to use ssh-add to unlock a key with a password provided through a web interface. It seems even though ssh-add calls read_passphrase with RP_ALLOW_STDIN at ssh-add.c:173, stdin is not used as a last resort without a valid terminal or display. Is it an intended behaviour ? And if so, what are the security implications of using popen() to write the password to ssh-add (not using echo
2012 Oct 26
7
How to use Ajax with rails ?
Hi all, Can any one tell me how to use Ajax with Rails. Send me quick start up link and videos. Thanks Regards Fahim Babar PAtel -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this
2013 Oct 25
6
Migrate postgresql database to uuid
Hi all, I am using rails 3.1 and ruby 1.9.3,Now i want to use uuid concept in rails 3 for existing data so i did like :- create_table :posts, :id => false do |t| t.string :uuid, :limit => 36, :primary => true end ActiveRecord::Base.class_eval do # old rails versions set_primary_key ''uuid'' before_create :generate_uuid def generate_uuid self.id =
2018 Mar 19
0
Very slow to start sync with millions of directories and files
The performance of rsync with a huge number of files is greatly determined by every option you are using. So, what is your whole command line? On 03/19/2018 09:05 AM, Bráulio Bhavamitra via rsync wrote: > Hi all, >   > I'm using rsync 3 to copy all files from one disk to another. The files > were writen by Minio, an S3 compatible opensource backend. > > The number of files
2006 Aug 19
0
Experiment in Online Mongrel Chat Support
Hi Folks, I was playing with Lingr today (http://www.lingr.com) and kind of like it, so I thought I''d setup a little room and see how it works for answering Mongrel questions. http://www.lingr.com/room/3yXhqKbfPy8 I''ll be hanging there for a while and we''ll see how it works out. If it works well, and doesn''t turn into a nastier-than-IRC situation then I may
2007 Apr 17
0
Kai Yang Tay wants to chat
----------------------------------------------------------------------- Kai Yang Tay wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-cfcdc6af1f-341af7b3a6-8cd9e6dd975cc617 You'll need to click this link to be able to chat with Kai Yang Tay. To get Gmail - a free email account from
2007 Feb 11
2
Centos 4.4 Samba passwd chat
I' just setting up a samba server using centos and get you don't have permission to change you password on the windows xp client. Just wondered what others are using for the passwd chat line in smb.conf. Mine is: *New*password* %nn *Retype*new*password* %nn *passwd:*all*authentication*tokens*updated*successfully* Also tried setting passwd chat debug = Yes but that seems to have no