Multi-threading?

2006-04-10 Thread dvanderwel
Hi, I've written an application that uses gSOAP to communicate with a .NET web service. The only real problem that has continued to evade me is an issue on the Treo 600 where data transfers between the client and server randomly freeze up, and never timeout. The Treo 600 is connecting to the

Re: Multi-threading?

2006-04-10 Thread Frank Ableson
Is your code using non blocking sockets? - Original Message - From: [EMAIL PROTECTED] To: Palm Developer Forum palm-dev-forum@news.palmos.com Sent: Monday, April 10, 2006 11:09 AM Subject: Multi-threading? Hi, I've written an application that uses gSOAP to communicate with a .NET

Re: Multi Threading in Palm OS!

2004-06-10 Thread Gaurav Mengi
:33 PM Subject: RE: Multi Threading in Palm OS! I think I'm seeing confusion between the terms multi-thread and multi-task. PalmOS, even early versions, had a kernel that supported multi-tasking for system use only, due to the license restrictions in place by the company who wrote

RE : Multi Threading in Palm OS!

2004-06-10 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
Are you using sockets (netlib) to receive your messages? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Gaurav Mengi Envoyé : jeudi 10 juin 2004 11:58 À : Palm Developer Forum Objet : Re: Multi Threading in Palm OS! hi Friends, I'm

Re: Multi Threading in Palm OS!

2004-06-10 Thread Gaurav Mengi
!! ** - Original Message - From: zze-URIA RECIO Pedro FTRD/DMR/ISS [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, June 10, 2004 3:32 PM Subject: RE : Multi Threading in Palm OS! Are you using sockets (netlib) to receive your messages

Re: Multi Threading in Palm OS!

2004-06-10 Thread Jan Slodicka
PROTECTED] Sent: Wednesday, June 09, 2004 7:02 PM Subject: RE: Multi Threading in Palm OS! Hi pedro, Thanks for you reply! Actually, I want to keep running some process in the back goround and allow user to interact with Forms (User Interface) at the same time. I wonder if any of the solutions

RE : Multi Threading in Palm OS!

2004-06-10 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
that -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Gaurav Mengi Envoyé : jeudi 10 juin 2004 12:25 À : Palm Developer Forum Objet : Re: Multi Threading in Palm OS! yaa i'm using Netlib..I'm using a nonblocking socket. Actually the confusion is * how

Multi Threading in Palm OS!

2004-06-09 Thread Keyur Patwa
Hi guys, Can any one here tell me how should I proceed to be able to implement multi threading in my palm application? Do we have any sample apps available? I have also got problem with building shared library. I have created a project with CW 9 shared library wizard and included it in my

RE : Multi Threading in Palm OS!

2004-06-09 Thread zze-URIA RECIO Pedro FTRD/DMR/ISS
Palm OS 5 is multithread in a very loww OS level but it is MONOTHREAD for a user application: However you can simulate a relative multithread: * by using alarms, the problem is that the finest alarm granularity is 1 second. I don't know if that suits you * by enabling socket notifications if

RE: Multi Threading in Palm OS!

2004-06-09 Thread Keyur Patwa
Hi pedro, Thanks for you reply! Actually, I want to keep running some process in the back goround and allow user to interact with Forms (User Interface) at the same time. I wonder if any of the solutions that you have suggested is suitable for this approach! Thanks, Keyur Palm OS 5 is

RE: Multi Threading in Palm OS!

2004-06-09 Thread [EMAIL PROTECTED]
Hi, Multi-Threading is available in Palm OS 6.0 The multithreading functionalities are same as windows. Ex: Creating a thread: SysThreadCreate() SysThreadCreateEZ()..etc You can download the PalmOS 6.0 SDK from palmsite. Original Message: - From: Keyur Patwa [EMAIL

RE: Multi Threading in Palm OS!

2004-06-09 Thread Matthew Bevan
I think I'm seeing confusion between the terms multi-thread and multi-task. PalmOS, even early versions, had a kernel that supported multi-tasking for system use only, due to the license restrictions in place by the company who wrote it. No application had system-supported multi-threading

Multi-threading

2004-05-06 Thread Dennis Burns
the Palm app is closed I've seen little in the documentation about multi-threading, so maybe this approach is not viable. Thanks in advance, Dennis   -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Sockets and multi threading in OS 6

2004-04-15 Thread Satoshi Konno
Hi, I want to check the networking and multi threading functions of Cobalt, but the sample seems hung up. I got the sample from the following site, and compile it using PODS v0.1.1. Download the Code Samples - Additional Sample Code http://www.palmos.com/dev/dl/dl_codesamples/ Subject

RE: Multi tasking/multi threading

2002-04-18 Thread Fergal Moran
From: Syed Najeebullah Hussaini [mailto:[EMAIL PROTECTED]] I Have searched the archives regarding the information on Multi threading or Multi tasking, but i am not able to get any information regarding this in KB Will you pls do inform whether it is possible to do multi threading

RE: Multi tasking/multi threading

2002-04-18 Thread Aaron Ardiri
On Thu, 18 Apr 2002, Syed Najeebullah Hussaini wrote: I Have searched the archives regarding the information on Multi threading or Multi tasking, but i am not able to get any information regarding this in KB Will you pls do inform whether it is possible to do multi threading or multi tasking

RE: Multi tasking/multi threading

2002-04-18 Thread Syed Najeebullah Hussaini
To: Palm Developer Forum Subject: RE: Multi tasking/multi threading On Thu, 18 Apr 2002, Syed Najeebullah Hussaini wrote: I Have searched the archives regarding the information on Multi threading or Multi tasking, but i am not able to get any information regarding this in KB Will you pls do inform

Multi tasking/multi threading

2002-04-17 Thread Syed Najeebullah Hussaini
Hello All I need an urgent information regarding the MULTI TASKING or MULTI THREADING. Is it possible to do multi tasking or multi threading in PalmOS. if yes then how can we do it and if no why it is not posible. Eagerly awating for your response Regards Syed -- For information on using

Re: Multi tasking/multi threading

2002-04-17 Thread Palm Dev Forum
Please search the archives. Much has been said on this subject in recent months. Even for Palm OS 5. To repeat it now would be voluminous. Search on Multi threading in the KB or google. Gary Gorsline Easy Business Software