1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Mirror list for apps (LONG mail)
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Mirror%20list%20for%20apps%20%28LONG%20mail%29&In-Reply-To=%3CAANLkTimr5G9Mj1iUMFqxQA1SJVQR3amRtxHtyiYKkiro%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="001381.html">
<LINK REL="Next" HREF="001383.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Mirror list for apps (LONG mail)</H1>
<B>Fabrice Facorat</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Mirror%20list%20for%20apps%20%28LONG%20mail%29&In-Reply-To=%3CAANLkTimr5G9Mj1iUMFqxQA1SJVQR3amRtxHtyiYKkiro%40mail.gmail.com%3E"
TITLE="[Mageia-dev] Mirror list for apps (LONG mail)">fabrice.facorat at gmail.com
</A><BR>
<I>Wed Nov 3 20:58:56 CET 2010</I>
<P><UL>
<LI>Previous message: <A HREF="001381.html">[Mageia-dev] Mirror list for apps (LONG mail)
</A></li>
<LI>Next message: <A HREF="001383.html">[Mageia-dev] New mirror -- maybe
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1382">[ date ]</a>
<a href="thread.html#1382">[ thread ]</a>
<a href="subject.html#1382">[ subject ]</a>
<a href="author.html#1382">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>2010/11/3 Michael Scherer <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">misc at mandriva.org</A>>:
><i> Le mercredi 03 novembre 2010 à 20:05 +0100, Fabrice Facorat a écrit :
</I>>><i> 2010/11/3 Olivier Thauvin <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">nanardon at nanardon.zarb.org</A>>:
</I>>><i>
</I>>><i> > Keeping this format is more simple, just changing the line specifiying
</I>>><i> > basis url in URPMI.
</I>>><i>
</I>>><i> And allow to keep compatibility with urpmi without maintaining too much patch
</I>>><i>
</I>>><i> > By changing the the format we can add features, make it clearer, etc...
</I>>><i> > But changing format to what ? XML ? YAML ? CSV ? something worst ? :)
</I>>><i> > Changes can done later.
</I>>><i>
</I>>><i> if really you want to change this you should :
</I>>><i> - ditch the url in favor of a XML-RPC or REST calls
</I>><i>
</I>><i> Given the fact we have slightly less ressources than Mandriva and that
</I>><i> people on Mandriva side ( or at least, that's what I remind that fcrozat
</I>><i> told me ) didn't have the ressources to have a more complex system, we
</I>><i> should avoid this.
</I>><i>
</I>>><i> - by doing this you will be able to user whatever version or name for
</I>>><i> the distribution. Indeed by using an url, you have to avoid space, or
</I>>><i> too fancy names. On top of that you can change too much the format
</I>><i>
</I>><i> You can use space in a url.
</I>
sure, but it's ugly and you need to escape the space ( url encoding )
><i> And if we use a XML-RPC api, we will not be able to change it either, so
</I>><i> that trading the impossibility of changing the format for the
</I>><i> impossibility to change the API.
</I>
a good API won't be an issue :p
URL parsing is harder and more error-prone
><i> This could be done on the client side. On the client side, this would
</I>><i> mean a little bit more bandwidth used, a little more cpu, and on our
</I>><i> side, it would be less CPU. And I think cpu is a more rare ressources
</I>><i> than bandwidth.
</I>
you can use cache on the server side, i.e provide a static file which
is a cache of the query.
--
Close the World, Open the Net
<A HREF="http://www.linux-wizard.net">http://www.linux-wizard.net</A>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="001381.html">[Mageia-dev] Mirror list for apps (LONG mail)
</A></li>
<LI>Next message: <A HREF="001383.html">[Mageia-dev] New mirror -- maybe
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1382">[ date ]</a>
<a href="thread.html#1382">[ thread ]</a>
<a href="subject.html#1382">[ subject ]</a>
<a href="author.html#1382">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|