LWJGL
May 22, 2012, 03:18:48
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
LWJGL 2.8.3 released!
Home
Help
Search
Login
Register
LWJGL
>
Archive
>
DevIL
>
newvie problems: threads?
Pages: [
1
]
« previous
next »
Print
Author
Topic: newvie problems: threads? (Read 6685 times)
cvcMateu
Newbie
Posts: 5
newvie problems: threads?
«
on:
April 09, 2008, 07:58:10 »
I've been working in a lwjgl project. This project requires a lot of really fast texture loading.
I wanted to try DevIl (I suppose that as it is a system dependent library will be faster than java) to load textures.
My first versions are not working; I get many java virtual machine crashes. My software uses threads to load the images. I possible that this is the problem? In other words, can DevIl be used by many threads?
Thanks.
Logged
cvcMateu
Newbie
Posts: 5
Re: newvie problems: threads?
«
Reply #1 on:
April 10, 2008, 05:00:06 »
I made it work.
T suppose that I can not use the multiple threats to use devil to load images, so I created a single thread that loads the images, and other threads use this (single) one to load the textures. Therefore, there is only one thread using devil and no more problems appear.
Thanks!
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Programming
-----------------------------
=> Lightweight Java Library Game Development
=> LWJGL Documentation
=> Bug Reports / RFE
=> OpenGL
=> OpenAL
=> General Java Game Development
-----------------------------
Archive
-----------------------------
=> Resolved Bugs/RFE
=> DirectX
=> DevIL
=> FMOD
Loading...