NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Re: (Score:1)
It is not going to die. You are falling for the fallacies of distributed computing [java.net].
There is a reason that HTTP was successful and all the stateful protocols that were around at the time or long before it were not. HTTP is beautiful. Learn it and understand it instead of trying to use it like an RPC mechanism which it is not. See, f.ex, How I explained REST to my wife… [naeblis.cx]
Re: (Score:1)
No, there definitely has to be a better way to do this kind of thing. There just has to be.
Re: (Score:1)
No, bandwidth is not infinite, not now, nor is it ever going to be. “Cost” need not (and indeed, for the purpose of that list, does not) have anything to do with money. And the wire protocol is only a fraction of homogenity.
Maybe in a few decades when we’ll be used to writing for machines with dozens of CPUs in non-uniform configurations, writing distributed applications will no longer be a huge leap from writing local applications. But local applications on those systems will not be any
Sessions (Score:2)
You don't have to pass everything around, just pass an ID of where you currently are, and store the actual state data on the server.