search for: 100k

Displaying 20 results from an estimated 518 matches for "100k".

Did you mean: 100
2010 Apr 21
1
how to change photo size from 300k -> 100k?
In ruby how to change photo size from 300k -> 100k? have any methods? -- 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 group, send email to rubyonrails-...
2003 Dec 29
2
bandwidth requirement
...andwidth. I want to run an asterisk server SIP to H323, g729. Calls arrive on sip/iax go to IVR get authenticated and egress through h323. So G729 license is only used during IVR and then it is pass through. I am collocating this server. Colo offer a monthly bandwidth quota. Lets say I want to do 100K minutes per month of VoIP calling at the beginning. What would be the bandwidth usage per month ? I calculate this way, G.729 call is about 20K, but since call arrive on SIP and leave through h323 there are sessions with SIP server as well as H323 g/w. So a call is actually 40K. Since colo calcula...
2007 May 08
5
limit bandwidth per host question
EHLO tc gurus. New to traffic control. Unfortunately, the politicians here in Denmark have decided that a PC is the same as a television set - so anyone owning a PC and internet connection of over 255 kbit/s must pay DKR 2200/year = EUR 300 = USD 400 in television licence fees :-( This is a lot of money for poor students, so we want to offer the students the *option* of limiting their
2006 Jan 13
2
Mass Mailing
Has anyone found a good method of mass mailing a bunch of people (100k) using RoR yet? I have always used a scheduled task to run a ColdFusion page every x minutes to send out blocks of about 7500 (sending the full 100k crashed the page) and this worked pretty well and now we are migrating all out sites to ruby, I seed to do something similar. Thanks in advance, Ja...
2011 Aug 26
1
performance with 100k messages per folder
....x86_64 on CentOS 6. Virtual machine with 1 GB of RAM on VMWare. The configuration is more or less stock. Postfix receives then delivers to Dovecot. IMAP with mbox. Only one user account, but shared by several people via webmail (Roundcube webmail in Apache on the same machine). No other MUAs. 100k new messages per month, inbox is rotated monthly into a YYYYMM folder by a cron job. Only one monthly folder so far. Messages are never deleted (but I may start deleting old folders a year or two from now). This is mostly for reading, with occasional messages being forwarded. The email was pre...
2011 Mar 29
4
wordpress.com and puppet, would they use it to update mysql db schema's also?
Say for example wordpress.com uses puppet to rollout the wordpress software for its customers. During updates to the software, say there are mysql schema updates. i.e. say they have 100K mysql databases, 1 for each blog. And the database for each blog as to be updated to version x which adds a few tables, columns to tables etc. If they have 100K wordpress installations spanning hundreds of servers, would Puppet be a good choice for updating/migrating the mysql db''s for al...
2002 Dec 03
0
[LLVMdev] 100k LOC club
BTW, it looks like LLVM has broken the 100,000 LOC mark. :) ~/llvm$ wc `utils/getsrcs.sh ` ... 100384 419463 3658827 total -Chris -- http://llvm.cs.uiuc.edu/ http://www.nondot.org/~sabre/Projects/
2006 Feb 27
21
what hardware shuld I but to manage 100k of connections per day?
I''m doing a fotolog for a company. It''s expected to manage about 100k of connections per day and about 1500 concurrents connections. What hardware should I buy to manage those numbers of connections? I''m planning to use slackware + lighttpd + fastcgi, but perhaps we will have to reuse some scripts in php, in that case I would use slackware + apache + mod_ph...
2006 Sep 07
1
Rate limits whithin rate limits
...have a 512K rate limit on a particular VLAN. I am using an IFB so that packets passing through the bridge are counted at each port.(ie the throughput is limited to 512K, not just the traffic in one direction.) This part works OK, but I also want to limit a particular IP to much less than that, say 100K. Therefore, overall the VLAN can pass no more thatn 512K, and the particular host cannot exceed 100K of that 512K. Using the config below, I''m able to limit the VLAN to 512K and the nominated host to 100K, but the total (ie nominated host + all other traffic) adds up to 612 K. The child cl...
2005 Dec 15
13
Fast Bulk Inserts?
I need to insert ~100k rows into the database, but using "Table.new(...).save" is painfully slow (I notice in the logs that it''s wrapping each insert in a transaction -- that can''t be fast). Any suggestions on how I can improve the speed of bulk inserts like this? Thanks ... -- Steve
2011 Jul 23
1
[LLVMdev] git
On Sat, Jul 23, 2011 at 01:34:40PM +0200, Matthieu Moy wrote: > Incremental development is probably promoted by DVCS far more than > others. Your comment seems to imply that only the tip of each push is > important. In the Git world, it usually isn't. Pushing a 100K patch is a 100K patch, whether it is done in one chunk or 100 smaller incrementell patches. Just because review for the former as a single chunk is a bit more complicated doesn't mean that reviewing the latter is attractive. Let's face it -- noone likes to review that much code in one go. T...
2010 Jul 03
2
Change the frequency of a ts?
I'm trying to convert a column of a table into a ts object. The data is monthly, so I want the ts frequency to be 12. I did this ... > filings.ts = as.ts(Filings.100K, frequency=12) > filings.ts Time Series: Start = 1 End = 311 Frequency = 1 [1] 246.9336 305.6789 ... ... > tsp(filings.ts) [1] 1 311 1 > tsp(filings.ts) <- c(1,311,12) Error in attr(x, "tsp") <- value : invalid time series parameters specified What am I doing wro...
2002 Nov 12
3
Slow network to samba machine
...) SAMBA This problem has been with me since RedHat 7.3 and thir packaged samba. If I transfer a file from the mail (linux box) box to a win98se box it takes a minimum amount of time. If I transfer a file to the mail box from a win98se box it takes enormous amounts of time for example a file of 100k from mail to win98 - 10 secs a file 0f 100k from win98 to mail - 10 mins (if it makes it and the process doesn't fail.) error messages usually like : "The device does not exist on the network...." Smaller files of say 1-3k transfer without proble...
2015 May 29
1
[PATCH] inspection: lift size limit for RHEL icons
In RHEL-based distros, the provided icons have (obviously) different sizes than the RHEL ones, used in icon_rhel as reference. Since 100K should be a reasonable threshold for avoid keeping a per-distro list of limits, just use it as only size limit. --- src/inspect-icon.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/inspect-icon.c b/src/inspect-icon.c index fb998c2..c83ba13 100644 --- a/src/ins...
2016 Jun 04
3
Scalability of Dovecot in the Cloud
Does anyone have any idea of how many IMAP connections a single cloud VM (4 vCores at 2.4GHz, 30GB RAM, local SSD storage - non-RAID) can be expected to handle in production. The mailboxes are fairly small (average 5MB total - 50MB max, as I don?t store attachments in Dovecot expect those saved through IMAP in the Sent/Drafts folders) and each user will probably have an average of 2 devices that
2007 Sep 20
3
CentOS5 Network Problems
I have a very odd problem connecting to some websites from my CentOS 5 box Target websites: www.connecttech.com www.3ware.com (two of my HW vendors) I can usually get some kind of response, but if the content (download or page itself) is larger in size (downloads never pass 100K), then it hangs... When I fire-up wireshark, I get a lot of ougoing highlighted Checksum Errored packets but I don't know what's causing it... Here's what I've eliminated thus far: - Websites are up and responsive - Cable(s) is fine - Network drop is fine - I put myself behind a...
2011 Jul 22
2
[LLVMdev] git
...where code reviews happen, and the existing policies around it should continue to exist. Release branches should be made from it every ~6 months, etc. I really do appreciate distributed VCS, but only as staging. Incremental development is crucial for the project and "take this git push with 100K of code" will never be acceptable. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110722/de5db7d5/attachment.html>
2010 Apr 16
5
CentOS5 and samba
...reliably with any version of CentOS5, i386 or x86_64, the included 3.0.x version of samba or 3.4.x/3.5.x compiled from source. The symptoms are: read access is extremely slow, write access seems to work in principle (e.g. creating a zeros-sized file on a share), but writing even small files (100k) to the share eventually times out with "out of memory or disk space" errors. These shares are home directories NFS-mounted on the samba server. Shares of local disks work fine as expected. We have played with oplock settings and got some improvements, but not reliably, and this seem...
2005 Nov 27
1
how to get ''zfs mount -a'' in some order?
...port/test/NoSPC_FS nfsv4pool/NOTSHARE_FS 105K 33.5G 105K /export/test/NotShare_FS nfsv4pool/PUBLICFS 1.87M 33.5G 1.87M /export/test/PublicFS nfsv4pool/ROFS 105K 33.5G 105K /export/test/RoFS nfsv4pool/ROOTFS 105K 33.5G 105K /export/test/RootFS nfsv4pool/SRVSP_D2 100K 33.5G 100K /export/test/SRVsp_FS/hide/SRVsp_d2 nfsv4pool/SRVSP_D3 98.5K 33.5G 98.5K /export/test/SRVsp_FS/hide/SRVsp_d2/hide2/SRVsp_d3 nfsv4pool/SRVSP_FS 1.88M 33.5G 1.88M /export/test/SRVsp_FS nfsv4pool/TEST 2.92M 33.5G 2.92M /export/test # When the system reboot, it fa...
2017 Feb 24
2
Looking for Speech Recognition (ASR) suggestions
Hello Luca, Thank you for your response. I?m familiar with speech recognition and TTS, but new to MRCP. Yes, the 100k options is used for names in a directory listing. In the pre-MRCP support, Nuance ASR used API events/methods for the application to tell ASR when the prompt was playing and when it stopped. If ASR detected speech, it would signal an event so we would stop playing the prompt. When using MRCP for...