]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2000/000565.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2000 / 000565.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] New services implementations &amp; Updates?
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20New%20services%20implementations%20%26%20Updates%3F&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000566.html">
11 <LINK REL="Next" HREF="000552.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] New services implementations &amp; Updates?</H1>
15 <B>Chris Knipe</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20New%20services%20implementations%20%26%20Updates%3F&In-Reply-To="
17 TITLE="[IRCServices] New services implementations &amp; Updates?">cgknipe at mweb.co.za
18 </A><BR>
19 <I>Sun Jun 4 05:21:18 PDT 2000</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000566.html">[IRCServices] New services implementations &amp; Updates?
22 </A></li>
23 <LI>Next message: <A HREF="000552.html">[IRCServices] New services implementations &amp; Updates?
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#565">[ date ]</a>
27 <a href="thread.html#565">[ thread ]</a>
28 <a href="subject.html#565">[ subject ]</a>
29 <a href="author.html#565">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>WAP Enabled NickServ ? :P *LOL*
35
36 Chow
37 Chris
38
39 BTW, I'll be reading a bit deaper with more attention the replies received
40 and perhaps come to a more &quot;rpbust &amp; complete&quot; scenario and implementations.
41 I must admit however, I did *not* lookup on the actual performance loss /
42 gain on SQL related databases and such, it was just an idea pondering in my
43 head...
44
45
46 ----- Original Message -----
47 From: Andrew Kempe &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">andrewk at icon.co.za</A>&gt;
48 To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at delirious.shadowfire.org</A>&gt;
49 Sent: 02 June 2000 09:39
50 Subject: RE: [IRCServices] New services implementations &amp; Updates?
51
52
53 &gt;<i> This is a general reply to all the posts...
54 </I>&gt;<i>
55 </I>&gt;<i> I think an SQL server would be a more robust storage method than the flat
56 </I>&gt;<i> files we use at present. I don't think we should replace them all
57 </I>together.
58 &gt;<i> I would like an interface implemented in such a way that services writes
59 </I>&gt;<i> (saves) data and reads (loads) data in a fixed manner that is independant
60 </I>of
61 &gt;<i> the method used to actually store it. This would allow people to implement
62 </I>a
63 &gt;<i> variety of different storage mechanisms that are invisible to services. In
64 </I>&gt;<i> the end, services would be ignorant as to how or where it's data comes
65 </I>from
66 &gt;<i> or goes to. This I hope will become a reality when modules are
67 </I>implemented.
68 &gt;<i>
69 </I>&gt;<i> Maybe someone wants to implement, dare I say it, an XML interface? :)
70 </I>&gt;<i>
71 </I>&gt;<i> Andrew
72 </I>&gt;<i>
73 </I>&gt;<i> &gt; -----Original Message-----
74 </I>&gt;<i> &gt; From: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">owner-ircservices at delirious.shadowfire.org</A>
75 </I>&gt;<i> &gt; [mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">owner-ircservices at delirious.shadowfire.org</A>]On Behalf Of Jonathan
76 </I>&gt;<i> &gt; Morton
77 </I>&gt;<i> &gt; Sent: 30 May 2000 03:59
78 </I>&gt;<i> &gt; To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at delirious.shadowfire.org</A>
79 </I>&gt;<i> &gt; Subject: Re: [IRCServices] New services implementations &amp; Updates?
80 </I>&gt;<i> &gt;
81 </I>&gt;<i> &gt;
82 </I>&gt;<i> &gt; &gt;The idea of using SQL sounds good at first. But these services
83 </I>&gt;<i> &gt; are generally
84 </I>&gt;<i> &gt; &gt;used by small or medium IRC networks all over the world. Some of
85 </I>&gt;<i> &gt; them have
86 </I>&gt;<i> &gt; &gt;low configurations and smaller bandwidths. These implementation
87 </I>&gt;<i> &gt; would need
88 </I>&gt;<i> &gt; &gt;an additional SQL server as Andy pointed out. Also having
89 </I>&gt;<i> &gt; statistics on web
90 </I>&gt;<i> &gt; &gt;would result to another performance decrease. Security is another
91 </I>point.
92 &gt;<i> &gt;
93 </I>&gt;<i> &gt; Might I suggest a compromise, which would allow the increased Web
94 </I>&gt;<i> &gt; functionality while retaining the simplicity of the existing system:
95 </I>&gt;<i> &gt;
96 </I>&gt;<i> &gt; When a change is made to the Services database, export that change to an
97 </I>&gt;<i> &gt; OPTIONAL SQL database, which may or may not be on a different
98 </I>&gt;<i> &gt; server. Then
99 </I>&gt;<i> &gt; the Web-functionality can be stuck on top of that SQL database as
100 </I>&gt;<i> &gt; required.
101 </I>&gt;<i> &gt; If changes need to be made in the reverse direction too, then a
102 </I>mechanism
103 &gt;<i> &gt; for re-importing changes should be made available.
104 </I>&gt;<i> &gt;
105 </I>&gt;<i> &gt; I think they key issue here is to avoid changing the basic
106 </I>implementation
107 &gt;<i> &gt; where possible, but provide hooks so that bigger functionality
108 </I>&gt;<i> &gt; can be added
109 </I>&gt;<i> &gt; as and when it is desired, and can be set up by the server owners. I
110 </I>&gt;<i> &gt; really like the way Services can be set up with minimal effort - I
111 </I>gather
112 &gt;<i> &gt; setting up SQL is rather less trivial. By making SQL optional,
113 </I>&gt;<i> &gt; we can grab
114 </I>&gt;<i> &gt; that extra functionality for those that want it (we probably don't, on
115 </I>our
116 &gt;<i> &gt; small server) but keep it simple for those that don't. As for security,
117 </I>&gt;<i> &gt; that would need to be addressed by whoever decided to activate the SQL
118 </I>&gt;<i> &gt; setup - basic functionality should not be affected.
119 </I>&gt;<i> &gt;
120 </I>&gt;<i> &gt; --------------------------------------------------------------
121 </I>&gt;<i> &gt; from: Jonathan &quot;Chromatix&quot; Morton
122 </I>&gt;<i> &gt; mail: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">chromi at cyberspace.org</A> (not for attachments)
123 </I>&gt;<i> &gt; uni-mail: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">j.d.morton at lancaster.ac.uk</A>
124 </I>&gt;<i> &gt;
125 </I>&gt;<i> &gt; The key to knowledge is not to rely on people to teach you it.
126 </I>&gt;<i> &gt; --------------------------------------------------------------
127 </I>&gt;<i> &gt; Contributing to the VNC Project - &lt;A HREF=&quot;<A HREF="http://www.uk.research.att.com/vnc/&quot;">http://www.uk.research.att.com/vnc/&quot;</A>&gt;<A HREF="http://www.uk.research.att.com/vnc/&lt;/A">http://www.uk.research.att.com/vnc/&lt;/A</A>&gt;
128 </I>&gt;<i> &gt; Macintosh VNCserver v3.3.2 beta2.3 now posted at:
129 </I>&gt;<i> &gt; &lt;A HREF=&quot;<A HREF="http://chromatix.autistics.org/vnc/&quot;">http://chromatix.autistics.org/vnc/&quot;</A>&gt;<A HREF="http://chromatix.autistics.org/vnc/&lt;/A">http://chromatix.autistics.org/vnc/&lt;/A</A>&gt;
130 </I>&gt;<i> &gt;
131 </I>&gt;<i> &gt;
132 </I>&gt;<i> &gt;
133 </I>&gt;<i> &gt; ---------------------------------------------------------------
134 </I>&gt;<i> &gt; To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
135 </I>&gt;<i> &gt; with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
136 </I>&gt;<i> &gt;
137 </I>&gt;<i>
138 </I>&gt;<i>
139 </I>&gt;<i> ---------------------------------------------------------------
140 </I>&gt;<i> To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
141 </I>&gt;<i> with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
142 </I>
143
144 ---------------------------------------------------------------
145 To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
146 with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
147
148
149 </PRE>
150
151 <!--endarticle-->
152 <HR>
153 <P><UL>
154 <!--threads-->
155 <LI>Previous message: <A HREF="000566.html">[IRCServices] New services implementations &amp; Updates?
156 </A></li>
157 <LI>Next message: <A HREF="000552.html">[IRCServices] New services implementations &amp; Updates?
158 </A></li>
159 <LI> <B>Messages sorted by:</B>
160 <a href="date.html#565">[ date ]</a>
161 <a href="thread.html#565">[ thread ]</a>
162 <a href="subject.html#565">[ subject ]</a>
163 <a href="author.html#565">[ author ]</a>
164 </LI>
165 </UL>
166
167 </body></html>