Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
execution de procedures entre threads...
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Maulene  
View profile  
 More options Aug 4, 9:55 am
Newsgroups: fr.comp.lang.tcl
From: Maulene <a.fische...@free.fr>
Date: Tue, 4 Aug 2009 06:55:27 -0700 (PDT)
Local: Tues, Aug 4 2009 9:55 am
Subject: execution de procedures entre threads...
J'ai deux scripts tcl, un server et son client...
dans le server

proc proc_serv {} {
.....

}

set client_id [thread::create -preserved {source client.tcl;
thread::wait}]
thread::send -async $client_id {set master_id [thread::id]}
thread::send -async $client_id {procedure proc_cli}

dans le client (client.tcl)
proc proc_cli {} {
global master_id
....
thread::send -async $master_id {procedure proc_serv}
....

}

ca a un peu de mal a fonctionner...
a l'initialisation (bind READY) cela va, via un bouton, il ne se passe
rien...
Merci pour votre aide!

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kroc  
View profile   Translate to Translated (View Original)
 More options Aug 5, 9:08 am
Newsgroups: fr.comp.lang.tcl
From: Kroc <k...@kroc.tk>
Date: Wed, 5 Aug 2009 06:08:27 -0700 (PDT)
Local: Wed, Aug 5 2009 9:08 am
Subject: Re: execution de procedures entre threads...
Il faudrait détailler un peu ce que tu essaies de faire dans ton
bouton pour qu'on puisse t'aider.

--
David Zolli


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google