Poster | Thread |
Stephen_Robinson
| |
Re: New OS4 native asyncio.library Posted on 16-Jun-2005 18:19:03
| | [ #21 ] |
|
|
|
Super Member |
Joined: 29-Apr-2005 Posts: 1991
From: UK | | |
|
| You know, I'm glad you asked that, speaking as a fellow thicko! _________________ Rage quited 29th May 2011
|
|
Status: Offline |
|
|
PEB
| |
Re: New OS4 native asyncio.library Posted on 16-Jun-2005 18:32:58
| | [ #22 ] |
|
|
|
Cult Member |
Joined: 8-Mar-2003 Posts: 504
From: Unknown | | |
|
| Does anyone know if PageStream uses this library? It sounds like it could be very helpful especially for speeding up the time it takes to load the spell-checker's dictionary. |
|
Status: Offline |
|
|
nexus
| |
Re: New OS4 native asyncio.library Posted on 16-Jun-2005 18:36:47
| | [ #23 ] |
|
|
|
Regular Member |
Joined: 11-Feb-2005 Posts: 430
From: Germany | | |
|
| Quote:
You know, I'm glad you asked that, speaking as a fellow thicko! |
w00t? _________________ dye 'em black!
|
|
Status: Offline |
|
|
Neko
| |
Re: New OS4 native asyncio.library Posted on 17-Jun-2005 0:46:00
| | [ #24 ] |
|
|
|
Member |
Joined: 29-May-2003 Posts: 62
From: San Antonio, Texas | | |
|
| Asyncio is no magical solution. Just using it does not speed up applications instantly.
In fact lazy usage of it will increase resource usage and slow applications down.
What you need is an application which has need to do directory walks or file loading while it does something else - it's especially good for things like Workbench which might do well to use something like it, or anything where you need to be doing something (like decoding a file - mp3, icon, movie) while also streaming from disk (you are informed of new data to use by a message). It effectively stops the decode process from blocking file access and file access from blocking decoding with proper use.
I am not sure loading a spellchecker dictionary has the same scope for a speedup s, for instance, playing an HD movie file without skips and pops. |
|
Status: Offline |
|
|
Stephen_Robinson
| |
Re: New OS4 native asyncio.library Posted on 22-Jun-2005 9:19:31
| | [ #25 ] |
|
|
|
Super Member |
Joined: 29-Apr-2005 Posts: 1991
From: UK | | |
|
| Poster: nexus Date: 16-Jun-2005 19:36:47
Quote: You know, I'm glad you asked that, speaking as a fellow thicko!
w00t? Asked what it does. The Quote thingy button dosn't work on Aweb as well as it should. _________________ Rage quited 29th May 2011
|
|
Status: Offline |
|
|