fts-developer Mailing List for Francois's Thread System
Brought to you by:
francoislamini
You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
|
Nov
|
Dec
|
|---|
|
From: FRANCOIS L. <lam...@os...> - 2005-09-06 17:38:28
|
This project intends to be an alternative thread system than the operating system based threads. This means that I can segregate operations into threads, like individual character animations in a game, and have the operations perfectly sychronized with my game loop. I have already programmed in the basic functionality of the system but since I know little about theads I would like someone to expand the system more. That's where you come in. Try to imagine that you have a game and you want to animate 10 different characters with the animations going at different speeds. Using the operating system threads it would be difficult to synchronize these threads with your game loop. This system attempts to lift this problem and also allow the client application to use as many threads it wants because the threads do not use up system resources under in my thread system. |
|
From: anand c. <ana...@gm...> - 2005-09-06 04:17:39
|
Hi I gone thrugh the code and little summary abt the project u have provided. But still not clear what this project intends to do. Please provide the details abd working of project,like what are its=20 objectives.. Thanks Anand On 9/6/05, fts...@li... < fts...@li...> wrote: >=20 > Send Fts-developer mailing list submissions to > fts...@li... >=20 > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/fts-developer > or, via email, send a message with subject or body 'help' to > fts...@li... >=20 > You can reach the person managing the list at > fts...@li... >=20 > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Fts-developer digest..." >=20 >=20 > Today's Topics: >=20 > 1. Project (FRANCOIS LAMINI) >=20 > --__--__-- >=20 > Message: 1 > From: FRANCOIS LAMINI <lam...@os...> > To: FTS Developers <fts...@li...> > Date: Mon, 05 Sep 2005 16:19:18 -0400 > Subject: [Fts-developer] Project >=20 > Hi everybody! I want to let you know what your first task is for the=20 > project. I want you to look over the code and brainstorm some ideas about= =20 > how to expand the thread system. Study the code carefully as this is not = an=20 > operating system thread. Notice that I throw everything into the namespac= e=20 > "Francois". This is the only requirement you have to follow when adding n= ew=20 > modules. To get a fresh copy of the thread system go here:=20 > http://www.sourceforge.net/projects/fts and download the public release= =20 > package. Modify it or whatever and send the changes to me as either an=20 > attachment in an e-mail or as a patch placed in the tracker or just paste= =20 > the code in an e-mail message. I recommend that you send only the files t= hat=20 > you changed and not the whole package. I would prefer if you send your=20 > changed files in an archive. Thanks for joining and best of luck. I'll ch= eck=20 > back with soon. >=20 >=20 >=20 >=20 >=20 > --__--__-- >=20 > _______________________________________________ > Fts-developer mailing list > Fts...@li... > https://lists.sourceforge.net/lists/listinfo/fts-developer >=20 >=20 > End of Fts-developer Digest > |
|
From: FRANCOIS L. <lam...@os...> - 2005-09-05 20:19:27
|
Hi everybody! I want to let you know what your first task is for the project. I want you to look over the code and brainstorm some ideas about how to expand the thread system. Study the code carefully as this is not an operating system thread. Notice that I throw everything into the namespace "Francois". This is the only requirement you have to follow when adding new modules. To get a fresh copy of the thread system go here: http://www.sourceforge.net/projects/fts and download the public release package. Modify it or whatever and send the changes to me as either an attachment in an e-mail or as a patch placed in the tracker or just paste the code in an e-mail message. I recommend that you send only the files that you changed and not the whole package. I would prefer if you send your changed files in an archive. Thanks for joining and best of luck. I'll check back with soon. |
|
From: Kinra, S. (END-CHI) <san...@en...> - 2005-09-01 19:04:08
|
Hi,
I am joining the group. So how should be start working on this project?
Like what need to be done? Who will do what? etc...
|
|
From: Igor V. <ig...@ya...> - 2005-09-01 16:00:29
|
Hi, I joining this group. Igor __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |