<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2013/9/12 Christian Engwer <span dir="ltr"><<a href="mailto:christian.engwer@uni-muenster.de" target="_blank">christian.engwer@uni-muenster.de</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> Ok. But is basic HTTP authentication with a username (more like computer<br>
> name, probably) and password enough, or is there need for private-key-based<br>
> authentication? Because if you want the latter, ssh is probably the best<br>
> way, even though it requires a bit more initial setup.<br>
<br>
</div>I think it is good to have both transport channels. If we have an<br>
alternative http/usename/pwd channel, we can play with this and use it<br>
for users from other locations.<br></blockquote><div>If you think so, I will keep the transport separate from the processing.<br></div><div>This has the added benefit of using the same method as for autobuild. <br></div>
<div>The downside is the added complexity (not much, really), and not seeing changes immediately. <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
One important question is what we do with the data on the receiver<br>
side. Currently we create lockfile, dump everything in a special<br>
directory, and create a trigger file. The actual DB-storage is done by<br>
a different cron job, which handles all trigger files, removes the<br>
data files and removes the lock.<br>
<br>
If you prefere to dump the data to the database directly, you can add<br>
this feature, but I'd like to have the opportunity to use your http<br>
transport layer as a direct replacement for our current transport<br>
layer. This means it should also be able to dump the data to<br>
individual files.<br>
<br>
Please describe your design idea and we can see how this fits to my<br>
ideas :-)<br></blockquote><div>I could do it either way, so if you want to keep the same model I would go with what you suggest. <br></div><div>Added compatibility and not reinventing the wheel is always good. <br></div>
<div>I'll dump the data to files in a subfolder of the spool directory, and process it from there. <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Ciao<br>
<span class="HOEnZb"><font color="#888888">Christian<br>
</font></span></blockquote></div><br></div></div>