Subject:
|
Re: Massive LDraw file repository
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Wed, 11 Jan 2006 17:27:46 GMT
|
Viewed:
|
3335 times
|
| |
| |
On Wed, Jan 11, 2006 at 05:15:54PM +0000, James Reynolds wrote:
> > I think HTTP is more reliable in unknown environments... From the
> > server side, the HTTP method might be more complex, but keeping the
> > complexity on the server side is better than making complex clients.
>
> I use HTTP POST to have my work computers talk to databases and it
> seems very unreliable because if there is a network problem, the
> request dies then and there. But if I use email, the server will keep
> retrying.
>
> But I agree, HTTP POST is easy if you use curl or wget.
>
> However, why not support both?
You can, of course, support both. The reason I say SMTP is less
reliable on the client side is because you can't know if they even have
an mail program, much less what it is or how it works. In an
environment you're controlling (like work) it's easy to trust that
sendmail is there, and it will queue up the email, and it will be
delivered. But that's not true in the generic case.
As for network problems - well, you are testing the RC of the post,
right? :)
--
Dan Boger
dan@peeron.com
|
|
Message is in Reply To:
| | Re: Massive LDraw file repository
|
| (...) I use HTTP POST to have my work computers talk to databases and it seems very unreliable because if there is a network problem, the request dies then and there. But if I use email, the server will keep retrying. But I agree, HTTP POST is easy (...) (19 years ago, 11-Jan-06, to lugnet.cad.dev)
|
26 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|