<br><br><div class="gmail_quote">On Sat, Dec 18, 2010 at 4:46 AM, Sean P. DeNigris <span dir="ltr">&lt;<a href="mailto:sean@clipperadams.com">sean@clipperadams.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
I want to rewrite a php order tracking system in Seaside.<br>
<br>
Previously, it:<br>
1. exported the mysql records from an intranet<br>
2. uploaded them to a shared host<br>
3. the shared host ran a cron job to import them<br>
4. there was a read-only web interface on the shared host for customers to<br>
check their order status<br>
<br>
I want to make it as simple as possible - I&#39;d love to get rid of the db.<br></blockquote><div><br></div><div>Be more specific ;)   You want to get rid of MySQL ?  or any RDBMS ? or any database?  because I think that at some point you may need to have such objects stored somewhere.</div>
<div>Did you see: <a href="http://www.seaside.st/documentation/persistence">http://www.seaside.st/documentation/persistence</a> ?</div><div><br></div><div>cheers</div><div><br></div><div>mariano</div><div><br></div><div> </div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
What&#39;s the best way to securely provide read access to external customers<br>
(only their orders) and read/write to all orders for employees internally?<br>
I thought about putting it all on VPS, but what happens if the server goes<br>
down?  It would not work for the employees to be locked out for even a few<br>
hours.<br>
<br>
Thanks.<br>
Sean<br>
<font color="#888888">--<br>
View this message in context: <a href="http://forum.world.st/Internal-external-order-tracking-system-tp3093410p3093410.html" target="_blank">http://forum.world.st/Internal-external-order-tracking-system-tp3093410p3093410.html</a><br>

Sent from the Seaside General mailing list archive at Nabble.com.<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</font></blockquote></div><br>