Displaying 6 results from an estimated 6 matches for "_sending_".
Did you mean:
_seeding_
2007 Mar 03
3
configure actionmailer to recieve email on localhost?
hi, is there a way i can configure my localhost to receive email using
smtp? i can out emails fine but now would like to test/get-to-know how
to handle incoming emails.
if on my localhost:3000, do i do anything like below?
ActionMailer::Base.server_settings = {
:address=>''smtp.yourserver.com'', # default: localhost
:port=>''25'',
2010 Nov 19
1
Performance issue with Thin
...taken on Sinatra, by doing Time.new.to_f then
printing the diff. The wait / send time was taken at Chromium
"resources" tab.
The fact that thin waits 50ms before starting to send anything makes
sense, if the app happen to set the header at the end of the output.
But spending 300ms just _sending_ the page to localhost page does
not. It''s a 1kb file. Maybe it''s forking before every page? (But it
doesn''t reload automatically like shotgun, so this makes no sense; it
must be something else)
I could still optimize my app (since its performance is bound by an sql
query...
2016 Feb 13
4
Redundant and Geobalancing setup
Hi,
I use dovecot for a long time now, but only as a single isolated server
each time.
I joined a company a few years back. We had trouble with compagnies hosting
our mail, supposedly full redundant and so on.
The company is small, but we have many dealers around the world, and it's
growing.
Mail became the fist choice for clients to contact the dealers.
No mail, and we loose sales.
For
2004 Aug 06
2
shoutcast to icecast2 issues
btw i just noticed that the icecast2 relay sounds fine in whamb (mac os
x mp3/ogg client). so it does seem that some clients don't have the
problem. here's the relay configs we're using:
<relay>
<server>server.to.be.relayed</server>
<port>8000</port>
<mount>/</mount>
2002 Oct 17
18
why dont packets go where i want?
Dear All!
I reach the point that I must ask you what I have to do. I am beginner at
traffic shaping and I''m very confused with it. :)
Here''s my script that doesn''t do what I want to do with it:
tc qdisc del dev eth1 root
tc qdisc add dev eth1 root handle 1 htb default 2 r2q 10
tc class add dev eth1 parent 1: classid 1:1 htb rate 300kbit
tc class add dev eth1 parent 1:
2008 Feb 29
35
[RFC] PVFB: Add refresh period to XenStore parameters?
Hello,
Sometimes the backend of PVFB knows that it doesn''t need permanent
refresh, when the window is minimized for instance (no refresh at all),
or the administration tools know that the window is thumnailed, and so a
slow refresh rate is fine. Also, some users may want to tune the
refresh rate according to the smoothness they would like, balanced with
the CPU time that requires.