Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - ntaryl

#41
Good evening 
We no multithread is  not stable  in VB .But i  found a nice  Activex  for this Job  .
Want someone  to explain  about the  thread  in  DataArrival  .
The  Socket listen  For  every  Client create a new thread .
this  is  correct   ?
Thanks for the  time 
P.s any  tutorial to  read about this 

#42
Thanks for the time   
I will check  it  later   
#43
Thanks Leandro   
I  have  not problem  to  cretae  a Server  with  socket  in array (accept  many Clients)
Normally  the  Server  wont  with a  client  in time
When  the  first Finish  go to the Next ...
Want to  make  the Server if  is  possible to  work  with  more  than  one  client   
Example 
If  Server  connecte  with  3  clients  .Then  When  the  number 1 send  screen..
the  second  send file 
the  Third  send   Avi  ..
All the clients  work  at  the  same  time   

If  iam  wrong  tell me 


thanks  for the reply 

#44
Thanks man  for the Reply

Read  and  try to understand the  logic  

Questions
1) there  is a main Thread with the  Listen socket  ?
2)when  create  a  new  thread ?
3?How long  the  thread  stay  alive 


see  u  later  
#45
Thanks for  the Reply  my Friend  
I will  read  
But is Difivuly yo me to make  something  
Iam  not so advance   ....
First  of all must understand  the Logic 
have a nice  day  
#46
Good evening  
I play with a client server application  .
I  know is dificult to make the Server to use  more  than one thread(connection)at the same time .
I mean when i have 2 client connect in the Server . The First execute something and  the Second  Client  make  something  else  in the same time  
If  someone  can explain  the  logic  behind Multithread  or any  book  for  help  

P.s Saw Shark  have  Multithread  ..
   Sorry for my English  
#47
Thanks   
the Question  solved 
credits  to Martinz
#48
Good  afternoon 
I work in a small example with a listbiew.Want every time when a  new item come in the listView then start a duration time  .
In google find  a nice function for the duration  time  and  try to make a small  example  .When start with the first Item everything  is  ok  but  when  put  another  not  start from Zero but  take the same time from the  first   
someone  can help  me 
Thanks for the time
attach  the  code 
#49
Thanks  man  for  the  answer   
I make a small  example  and  put  a listview .add a timer and  use the 

Format(TimeSerial(0, 0, CInt(Timer - mStart)), "hh:nn:ss")

Take the  elapse time   
the  problem  is when add a iten  in the listview  everything  go  fine 
the  second  and  the  other  not  run  show  me the  elapse  time  like  the  first item   
attach the  code   
http://www.2shared.com/file/11512560/ac129cba/test-proxy-list.html

#50
Good  morning   
I have a listview in a form
Want to put in  listview  item  a counter and  count the  elapse time  .For example
when few data  arrive  in listview  then  start the  counter and  show me the  elapse time (12 sec)
thanks for the time   
have a good  time