Andre- > - The Web is your Friend - > Don't keep reinventing the wheel every time. The HTTP protocol is very > flexible and allows to easily transfer pieces of data and metadata with > ease. Even Second Life uses HTTP to transfer objects around. Use and > embrace > web standards as integral parts of your engine.
Not to detract from the rest of this wonderful post, keep in mind that HTTP is stateless. That doesn't necessarily mean that it's useless for transferring data, just that it was designed to throw small data packets around without regard to persistence or reliability. If those are important to you then you have to design them into your package. -- Mark Wieder [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
