Hershel Depends on what you mean by threading. I think multi-symmetrical processing since rev can't do threads.
This implies a shared storage accessible to each processing node (or application) and a standard for sharing, commiting ops and retrieving the final result from the nodes by a node manager. Shared storage can be a file (any format i guess), sql db or sent via IP sockets. You need a master node sending out requests to the processing nodes and to collect results and eventually schedule the jobs. It's definitely not as hard as it seems but it's a thorny subject in programming. Cheers Xavier [EMAIL PROTECTED] wrote on 10/11/2005 21:29:12: > On 11/9/05 10:37 PM, "MisterX" <[EMAIL PROTECTED]> wrote: > > > Hi Hershel > > > > Yes it's possible. You can do so via sockets or files or > > sql to communicate among the different parts of your applications. > Thanks, could you give me a bit of understanding? > Hershel. > > > > Note that each method has it's advantages and inconveniences. > > > > cheers > > Xavier > > http://monsieurx.com/taoo > > > >> -----Original Message----- > >> From: [EMAIL PROTECTED] > >> [mailto:[EMAIL PROTECTED] On Behalf Of > >> Hershel Fisch > >> Sent: Thursday, November 10, 2005 00:47 > >> To: How to use Revolution > >> Subject: Imitated multi-thread > >> > >> Hello, is there a possibility to imitate a multi-thread by > >> using a few separate stand alones ? If yes how, if not what yes? > >> Thanks, Hershel > >> > >> _______________________________________________ > >> 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 > > > > _______________________________________________ > > 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 > > _______________________________________________ > 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 ----------------------------------------- To make communications with Clearstream easier, Clearstream has recently changed the email address format to conform with industry standards. The new format is '[EMAIL PROTECTED]'. Visit us at http://www.clearstream.com IMPORTANT MESSAGE Internet communications are not secure and therefore Clearstream International does not accept legal responsibility for the contents of this message. The information contained in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Any views expressed in this e-mail are those of the individual sender, except where the sender specifically states them to be the views of Clearstream International or of any of its affiliates or subsidiaries. END OF DISCLAIMER _______________________________________________ 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
