|
-
May 4th, 2008, 08:32 AM
#1
Thread Starter
New Member
Some help please?
Hello,
I posted about a week ago asking for an idea, the post was a bit too vague and i didnt really explain myself all too well so im gonna try again.
Basically i need to create a very simple program that 'Simulates' One of the aspects of Distribution Systems. The aspect i think im going to choose is distributed systems simplest form ' the Client/Server ' model.
The program i would like to create either in VB.NET or Unix Scripting as im famliar with both.
The program also does not need to involve more than one system, what i mean is instead of actually communicating with another system on the network i could just use for example 2 forms (in vb) with one form updating information on the other or 2 consoles (in unix) doing the same thing.
Does anyone have any ideas and or tips, links or videos that might help me.
Thanks alot
Moka
-
May 4th, 2008, 10:40 AM
#2
Re: Some help please?
when you say you want to pass info between 2 forms, do you mean that one form would be on the server & the other on client? or 2 forms running on the same machine?
~
if a post is resolved, please mark it as [Resolved]
protected string get_Signature(){return Censored;}
[vbcode][php] please use code tags when posting any code [/php][/vbcode]
-
May 4th, 2008, 11:02 AM
#3
Thread Starter
New Member
-
May 5th, 2008, 06:43 PM
#4
Re: Some help please?
Here's a thread on passing things between forms:
http://www.vbforums.com/showthread.p...ght=Definitive
But I suspect that is not what you are really interested in. It sounds like you want to simulate certain behavior, and the items I have in that thread are probably not at all what you want. It sounds like you might be more interested in doing something using threads where data is passed to a thread that passes is to a thread managed by a different form. That would be a bit weird, but simulations often are.
My usual boring signature: Nothing
 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|