![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi
I've written a program based around SQLite which runs fine on my PPC but takes 10s or so to load. Is this normal? Is it related to the .NET 2.0 framework that the SQLite dll needs? Is there any way of reducing this delay? BTW, I'm using a Fujitsu Pocket Loox C550 which has a 520MHz CPU. Thanks |
|
||||
|
I've not used SQLite myself (it looks mightly complicated) but I have read every post in this forum and Erels response to this type of problem is generally only to load the information that is relevant to the user rather than loading the complete database.
Is that something that you could look at doing within your application? Another trick that I have used in the past is to use DoEvents so that the screen is updated with information to show that something is being done in the background. This has the added disadvantage that the CPU now has to cope with updating the screen alongside calulating or loading the other data. But at least the user gets to see something other than the wait cursor. Regards, RandomCoder.
__________________
Desktop: Pentium D 920 (2.8GHz, 4MB L2 Cache, 800MHz FSB), 1024MB, 256MB Radeon X600, 250GB HD. Device : Axim X51v XScale 624MHz, 3.7" VGA, 64MB SDRAM, 256MB Flash ROM + 1Gb SD. "Defeat never comes to any man until he admits it."Josephus Daniels |
|
|||
|
Thanks for your responses.
Quote:
Quote:
Quote:
A simple aplication with a single form and a few controls running under .NET CF 2.0 takes 6s. I assume that when you say "starts quickly" you mean in much less than 9s. If so, it would appear that the problem lies with my PPC or something in its setup. Note that I tried setting the CPU speed to "turbo" and re-installing .NET CF but with no effect. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Slow Replace in Table | Zenerdiode | Questions & Help Needed | 6 | 09-22-2008 10:33 PM |
| CSV file read still slow in V6.01 but other tasks much improved | HarleyM | Questions & Help Needed | 3 | 01-27-2008 11:18 AM |
| Very slow IDE since B4PPC Ver 5 | eclipse_wolfgang | Questions & Help Needed | 5 | 10-31-2007 12:49 AM |
| B4PPC window size on startup bug? | agraham | Bug Reports | 2 | 09-20-2007 09:12 AM |
| Slow day at the shop... | Cableguy | Chit Chat | 0 | 05-09-2007 10:32 PM |