Subject:
|
Re: Massive LDraw file repository
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Tue, 10 Jan 2006 14:23:56 GMT
|
Viewed:
|
2837 times
|
| |
| |
Dan Boger wrote:
> Using email for the transport here is just adding comlication - why not
> just have a web API that the remote repos use to notify of updates?
> Could be a fancy SOAP/REST interface, or a simple POST form.
I find it easier to make a script dump an e-mail with some text in a mailbox
than to hack a HTTP POST form.
I might not care to implement such an announcement feature in my script, if it
was too much work to do. Sending e-mail and posting to newsgroups is trivial to
do from a POSIX script, while HTTP seems more complicated. Also, SMTP and NNTP
are intended for pushing data, while HTTP is intended for pulling data. This
problem seems more like a push than a pull problem to me.
Play well,
Jacob
--
The LDraw FAQ:
http://www.ldraw.org/community/memorial/archive/FAQ/
|
|
Message has 1 Reply: | | Re: Massive LDraw file repository
|
| (...) 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. (...) Right - the clients pushing data (...) (19 years ago, 10-Jan-06, to lugnet.cad.dev)
|
Message is in Reply To:
| | Re: Massive LDraw file repository
|
| (...) Using email for the transport here is just adding comlication - why not just have a web API that the remote repos use to notify of updates? Could be a fancy SOAP/REST interface, or a simple POST form. It's not hard to parse email, but it's (...) (19 years ago, 10-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
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|