| NEWS | | |  | | FORUMS | | |  | | FREEWARE | | |  | | ABOUT US | | |  | |
05-30-2009, 12:40 PM
|
#31 | | Bernhard Strobl
Join Date: Dec 2007 Location: Immenstadt, Germany
Posts: 149
| [QUOTE=dmitrygr]
It is too early for UI ideas, unless you want to code the UI. For now I am [re] creating a stable base. Luckily work is going fast so I'll be on UI soon enough. [QUOTE]
Alright, well will you be able to launch one program more than once? E.g. have two word documents open or two Blazer windows? Or would that be a problem with resource sharing? |
| |
05-30-2009, 04:33 PM
|
#32 | | Registered User
Join Date: Mar 2009
Posts: 1
| wpa and certificates support Hi,
I don't know if you can integrate wpa (TKIP+AES /AES,CCMP) and certificate support like on TX
Thank you per advance  |
| |
05-30-2009, 08:36 PM
|
#33 | | Software engineer/hacker
Join Date: Jan 2004 Location: Silicon Valley, CA
Posts: 5,061
| i am not writing wifi drivers since wifi chip is not documented. i am using the original drivers
__________________ Annoying me is NOT an approved way of encouraging me to produce software My software:PowerSDHC, PowerDrive, nuRom, UDMH, warpSpeed, PowerDiGi, brightnessFix, etc... Get it all here:http://www.PalmPowerups.com |
| |
06-01-2009, 08:38 AM
|
#34 | | Behold the Elixir of Life
Join Date: Jun 2003
Posts: 931
| Quote: | Originally Posted by dmitrygr No DbCache. That concept is stupid. Data will be stored in storage, and run from RAM like on any modern OS (such DGOS is)... |
Yay!!!!! Thank you! Thank you!  No more flushing! |
| |
06-01-2009, 10:29 PM
|
#35 | | Registered User
Join Date: Apr 2005
Posts: 1,119
| Is it going to be possible to develop easely Aplications for DGOS?Do you plan to release a DGOS SDK?
Or we will have to stick with allPalmOS aplications? |
| |
06-02-2009, 12:40 AM
|
#36 | | Software engineer/hacker
Join Date: Jan 2004 Location: Silicon Valley, CA
Posts: 5,061
| there will be an sdk, or you can keep using palm sdk, with certain *extensions*
__________________ Annoying me is NOT an approved way of encouraging me to produce software My software:PowerSDHC, PowerDrive, nuRom, UDMH, warpSpeed, PowerDiGi, brightnessFix, etc... Get it all here:http://www.PalmPowerups.com |
| |
06-02-2009, 04:16 AM
|
#37 | | Software engineer/hacker
Join Date: Jan 2004 Location: Silicon Valley, CA
Posts: 5,061
| Quote: | Originally Posted by Bla8 ]
Alright, well will you be able to launch one program more than once? E.g. have two word documents open or two Blazer windows? Or would that be a problem with resource sharing? |
Well I see no reason why not. all DGOS apps should handle that just fine. As for palmos compatibility layer - I am not sure, but I think something can be done to make that possible too.
__________________ Annoying me is NOT an approved way of encouraging me to produce software My software:PowerSDHC, PowerDrive, nuRom, UDMH, warpSpeed, PowerDiGi, brightnessFix, etc... Get it all here:http://www.PalmPowerups.com |
| |
06-02-2009, 05:09 AM
|
#38 | | Software engineer/hacker
Join Date: Jan 2004 Location: Silicon Valley, CA
Posts: 5,061
| Quote: | Originally Posted by dmitrygr there will be an sdk, or you can keep using palm sdk, with certain *extensions* |
To elaborate on that: my idea was to extend palmos layer with some useful functionality for devs who prefer that environment. The extensions i was thinking of were just two:
-allowing native arm apps
-allowing multithreading
__________________ Annoying me is NOT an approved way of encouraging me to produce software My software:PowerSDHC, PowerDrive, nuRom, UDMH, warpSpeed, PowerDiGi, brightnessFix, etc... Get it all here:http://www.PalmPowerups.com |
| |
06-02-2009, 06:10 AM
|
#39 | | Registered User
Join Date: Mar 2008 Location: Germany
Posts: 78
| Quote: | Originally Posted by dmitrygr
-allowing multithreading |
Multithreading? Do you think multithreading is efficient on a single CPU? Or you are planning to extend that to the wifi chip? |
| |
06-02-2009, 09:37 AM
|
#40 | | 1src=addiction :)
Join Date: Jan 2008 Location: YUL Canada
Posts: 43
| YES! I wait for dgos from the first mention of it,what features are expected?
__________________ The only place for a drive, is in your life. 1 LifeFlash 4GB CF + 4GB SD + 512MB Ram, 1 LifeDrive waiting for a 16GB CF |
| |
06-02-2009, 11:00 AM
|
#41 | | Software engineer/hacker
Join Date: Jan 2004 Location: Silicon Valley, CA
Posts: 5,061
| Quote: | Originally Posted by vibo Multithreading? Do you think multithreading is efficient on a single CPU? |
Surely you've heard of Linux, Windows, MacOS, Unix? They all do multithreading on a single cpu... 
__________________ Annoying me is NOT an approved way of encouraging me to produce software My software:PowerSDHC, PowerDrive, nuRom, UDMH, warpSpeed, PowerDiGi, brightnessFix, etc... Get it all here:http://www.PalmPowerups.com |
| |
06-02-2009, 11:26 AM
|
#42 | | Bernhard Strobl
Join Date: Dec 2007 Location: Immenstadt, Germany
Posts: 149
| Quote: | Originally Posted by dmitrygr Surely you've heard of Linux, Windows, MacOS, Unix? They all do multithreading on a single cpu...  |
I think he meant multi-threading as in more than one thread running at once, which isn't anyway possible on a single core cpu. Either that or two threads for one program which can result in inefficiencies. |
| |
06-02-2009, 01:40 PM
|
#43 | | Registered User
Join Date: Mar 2008 Location: Germany
Posts: 78
| Quote: | Originally Posted by dmitrygr Surely you've heard of Linux, Windows, MacOS, Unix? They all do multithreading on a single cpu...  |
Yeah, I've heard these names, but can't remember where and who has mentioned them
I can see the only advantage in using threads (OpenMP or Pthreads) on a single CPU in asynchronous event handling/scheduling. Is that what you meant? Otherwise it only slows down the program due to the threading overhead, as I think |
| |
06-03-2009, 06:02 AM
|
#44 | | My T|X loves this site!
Join Date: Feb 2007
Posts: 613
| Threads and tasks aren't that different, and both multitasking and multithreading are possible on single CPU's. Of course, you have to understand that on a single CPU things aren't happening strictly at the same time, but as far as the programmer is concerned, they are, since the OS takes care of timeslicing the CPU so that the appearance of multiple execution occurs.
This effect is much more important to computer science (it's a powerful new model) than the subsequent application of multi-core processors or multiprocessors (which basically only adds to the efficiency of execution).
DGOS will be able to multitask and to multithread, because it is being written in the 21st century by a person who is not an idiot. It won't require multiple cores or processors to do this.
PS - the difference between threads and tasks (or processes) is that a task can subdivide in multiple courses of execution called threads. The main difference in handling these is related to memory isolation (tasks are not supposed to see or change other tasks' memory, threads often need to share memory with other threads of their own task, because they were written by the same developer, and are working on the same thing).
In Windows NT/2k/XP/Vista/7 (and possibly in other OS's, I don't know) the sheduler only schedules threads, it doesn't really bother which process they belong to. That only becomes relevant in issues of memory sharing and synchronization.
I hope this helps, or maybe I've just left you all more  ...
__________________ Publish eBook - Convert structured Word Documents to eBooks with just one click.
Free to download and use! |
| |
06-03-2009, 06:40 AM
|
#45 | | Registered User
Join Date: Sep 2007 Location: Zagreb, Croatia
Posts: 3
| Definitely interested ... I would love to see DGOS for my TX and/or Centro - I love Palm apps because they are fast and do what I need them to do but I miss some of the stuff which is not supported on Palm:
- international characters support (Latin-2 for example)
- multitasking
- stable and better browser
Having bought few Dmitry's apps I believe he can do it (if he wants to) so I am waiting.
Best regards,
Marijan Franovic |
| | | Thread Tools | Search this Thread | | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 10:04 AM. | |