Displaying 20 results from an estimated 8000 matches similar to: "mogilefs"
2010 Mar 12
1
nosql (it was mogilefs)
Yes,
I?ve read these doc. I was just considering if someone had any experience with Mogile in email environment.
Well, actually I?m trying to figure out if one of those nosql systems can store and scale email systems (ie, mailboxes - instead of maildir). I know mysql is always quoted as an option and discussed sometimes in the list. I think it?s an unnecessary overhead and bottleneck.
As
2006 Nov 02
8
MogileFS handler
Hello,
I''ve been using NFS for sharing files across a cluster of servers but
I''ve had a lot of problems with that. I''m planning to move to MogileFS
which seems to be more stable and more adapted to this usage (lots of
user uploaded files).
I wonder if someone has already worked on an integration of MogileFS
into Mongrel (and Rails app) for serving the files ? If not, I
2009 Aug 10
2
Mail archive
Hi,
I?m using dovecot at our storages, accounts is distributed among many
storages (not entire domain), all of them with compression (when message >
30Kb), nightly crontab script.
Even though compression and many storages, we always have problems with
disk space and need to migrate accounts.
Have you ever implemented any archive solution working with dovecot ?
Regards,
Fernando
2009 Oct 27
7
LVM+Xen+FreeNAS possible?
Hi All,
We''ve limitation of 500 GB per server as per ServerLoft.
we are needing to store word/pdf files. We are planning to use following
setup.
/dev/sda1 - boot - ext2
/dev/sda2 - swap
/dev/sda3 - dom0 - ext3
/dev/sda4 - LVM - one LV for each domU, We''re planning 3 DomUs.
/dev/sda5 - FreeNAS. Is that possible? Can it be in one of the LVs under 4th
partition?
Currently, one
2006 Jul 17
3
ROR and MogileFS
I am an engg student looking for project related to ruby and MogileFS...
Can anybody suggest me about - use of ruby and MogileFS in application
developement regarding -
1.is it efficient enough?
2.any alternate solution available for this?
3.any improvements that are required in MogileFS ?
4.and should i go for it?
thank you..
--
Posted via http://www.ruby-forum.com/.
2009 Aug 25
3
scalability and arhive ideas
Hi,
I?m reading the past topics related to archive and scalability of dovecot,
they are all very interesting. Here, I?m using two dovecot proxies in
front of five storages pairs, and we split the domain?s accounts among
those servers. So, we can share the i/o load and if one server goes down
only few accounts of the domain stops (not all of them).
But, we began to have space problems - and the
2011 Apr 07
0
Moving Files from MogileFS to cloud
We have a running rails app that uses MogileFS to store the files and
currently there are around 3.5 millions files on MogileFS.
We wanna move to cloud from MogileFS. Wanted to know how should i go
about this massive transfer of files. Any suggestions??
Thanks in advance
Binu
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To
2010 Feb 19
2
namespaces/virtual folder & archiving
Hi,
I was following the earlier namespaces discussion and I would like to
repost a doubt. I need to have some kind of archiving, it means, store old
messages into a cheap storage. But I couldn?t think any other solution
than symlinks.
Then, I thought about store 'Sent Items' (as having old messages and less
acessed). But I also needed to do with nfs and symlinks. So, it comes the
2009 Sep 02
2
maildrop index update
Hi,
I?m using a multi-storage architecture in my email environment and
maildrop as deliver command at mta. But to this deliver the mx servers
mount nfs partitions - we need to use maildrop because many patches we
inserted.
How can I insert a piece of code at maildrop allowing it to update the
dovecot indexes (which lib and/or function from dovecot I need to use ?)
Best Regards,
Fernando
2006 Jun 04
11
Hosting images : DB or File System
Hi,
I''m developing an application where I''ll have to store a lot of images
coming from the users. And I''m still not sure if I should store them
in MySQl as blob or just store them on filesystem.
If I store them on filesystem, how to scale when I''ll have to have
multiple servers ?
Thanks,
Pratik
--
rm -rf / 2>/dev/null - http://null.in
2009 Jun 25
2
bzip2 compression bug
Hi,
I compressed many files using bzip2, but in some cases it crashes. I
believe that it is related to dovecot indexes.
How to reproduce:
Inside a Maildir folder without any indexes yet, compress a message with
bzip2 and tryes to access it.
At my server is showed the error:
Jun 24 00:18:20 maildev dovecot: IMAP(xxx at xxx): FETCH for mailbox Trash
UID 1 failed to read message input: No such
2009 Sep 02
2
lmtp server
I believe that dovecot lmtp server will be released with 2.0 version.
I working at a project that requires an lmtp server to have scalability.
How about the stability of the actual version (alpha, beta ?). Is it
mature to be used at production environment ?
Another question, my 'ideal' setup would be to receive a message by lmtp
and delivers it to an external command (like maildrop).
2006 Apr 01
7
Rails Cluster Design
Hello everyone!
A collegue and I are beginning development on a site that will
eventually need to very scalable (assuming our business model is a
good idea). My problem is that I''m not a sysadmin guru, and I''m not
terribly comfortable with the design of the hosting platform. We''re
going to start with two servers initially (for cost reasons), and I''m
considering
2006 Mar 24
19
Storing images in Ruby
Hi,
I''d like to allow users to upload images and store those images in a
Postgres database. I''ve looked through the example in "aguile
development with rails" which suggests using the MySQL blob field.
When I wrote a similar app in Java, we Base64 encoded the file and then
stored it as a text field. Is this easy to do in RoR too? Any advice you
can give me would
2006 Mar 30
1
Writing character vectors with embedded nulls to a connection
Is this possible? I've tried both writeChar() and writeBin() to no avail.
My goal is to serialize(ascii=FALSE) an object to a connection but
determine the size of the serialized object before hand:
sobject <- serialize(object,NULL,ascii=FALSE)
len <- nchar(sobject)
#
# run some code here to notify listener on other end of connection
# how many bytes I'm getting ready to send
#
2009 Nov 06
4
Hadoop Cluster on Xen
Hi all,
Has anyone created a Xen cluster to run a hadoop vm cluster?
I would be interested in how it performs
Thanks
Lance
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 Dec 22
6
Performance and scalability
Hi,
My question is.
What are your performance experiences compared to languages such as PHP,
PERL and ASP?
Could you build a site as big as Ebay on rails and have it perform fast
enough?
I''m afraid that the generalisation in components I see so much users
asking for will make the framework too heavy compared to a clean
programmed for perfomance PHP application. Probably even
2003 Jun 10
0
[Bug 97] New: iptables-restore can't load negated module parameter written by same version iptables-save
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=97
Summary: iptables-restore can't load negated module parameter
written by same version iptables-save
Product: iptables userspace
Version: 1.2.8
Platform: All
OS/Version: other
Status: NEW
Severity: major
Priority: P2
2010 May 19
6
dovecot2 latest beta5 acl not working properly ?
Hi
i tested acls with some clients
horde/imp mulberry thunderbird squirrelmail kmail
and i couldnt get it run proberly
i have no problems testing setacl etc with plain
telnet session, and i have no error in verbose logging
but it looks like acl is only working partly with some clients
so show acls is working mostly but setting only partly
horde/imp and mulberry dont show any acls
any idea?
--
2008 Jul 13
3
folder deletion fails dbox
Hi Timo,
playing a lot with dbox
but folder deletion seems to me broken,
whatever setting i tested i cant delete subfolders
with thunderbird, i first thought about acls
but deactivate acl didnt helped
splitting control an index files from dbox also didnt work,
i cant find any failure message in the logs,
but there is also no entry for delete trys
all debug level are in the highest stage on this