Trying to test starsync
Kyle Bateman <[email protected]> Sun, 19 Jun 2011 11:25:07 -0700
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
On 6/14/11 6:19 PM, Steve Landers wrote: > Would you mind taking this to a public forum such as comp.lang.tcl or the= Starkit list at http://groups.google.com/group/starkit ? Yup, no problem. >> In playing with sdx/starkits so far, I found the starsync module and cou= ld get a client starkit to ask a server for updates. It looks like it is w= rapping its request in an http transaction and expecting a web server to ha= ndle its request via cgi. Neither of the example servers referenced in upd= ate.tcl seemed to be alive (mini.net or equi4.com) and/or willing to handle= a sync.cgi request. So I was having trouble figuring out what such a serv= er needs to send in return. >> >> Do you know if there is an example server somewhere? I read somewhere t= hat the same starsync module is both server and client, but haven't been ab= le to figure that part out yet. Is that part of tclhttpd or something? So after your pointer to the mailing lists, I have read a little more=20 and it it looks like to me that I should probably do something like: On the client side: sdx update And on the server side: sdx starsync So presumably, I could embed the equivalent of those commands into my=20 server and client applications to do the automatic updating I want. This week has been busy and I haven't gotten back to try a test on this=20 yet but I will. A few questions to help me get started: - Am I on the right track? - Is the server side meant to stand alone? Or is it supposed to be set=20 up as a cgi script under a web server? - Is there already a reference example or tutorial somewhere for this? Kyle --=20 You received this message because you are subscribed to the "starkit" group= . To post to this group, send email to [email protected] To unsubscribe from this group, send email to starkit-unsubscribe@googlegro= ups.com For more options, visit this group at http://groups.google.com/group/starki= t?hl=3Den