When running an application on a Windows, Windows 2003 Svc pk 2, Cold
Fusion server, Server version: 7,0,2,142559, I am receiving an error
msg "500 unable to create new native thread". When I monitor the JRUN
threads it peaks at 705 threads up from a min of 150. The threads
stay alive for about 50 seconds then drop off to 150 again. If I
limit the number of records the application attempts to retrieve the
script is successful.
We have a very similiar server that does not throw this error even
though it is retrieving the full 2500 records. Also, the number of
threads it spawns jumps from 139 to 272 and the time to live for the
threads is much briefer. Are there any JVM paramters that govern the
way the threads behave on the server side with respect to number of
threads spawned, time to live, etc?
shooter - 02 Jun 2008 21:29 GMT
> When running an application on a Windows, Windows 2003 Svc pk 2, Cold
> Fusion server, Server version: 7,0,2,142559, I am receiving an error
[quoted text clipped - 10 lines]
> way the threads behave on the server side with respect to number of
> threads spawned, time to live, etc?
I forgot to mention that is running JAVA 1.4 on both servers.
Daniele Futtorovic - 02 Jun 2008 22:09 GMT
>> When running an application on a Windows, Windows 2003 Svc pk 2, Cold
>> Fusion server, Server version: 7,0,2,142559, I am receiving an error
[quoted text clipped - 12 lines]
>
> I forgot to mention that is running JAVA 1.4 on both servers.
GIYF ;)
<http://www.google.com/search?num=20&hl=en&safe=off&q=java+%22unable+to+create+ne
w+native+thread%22+JRUN&btnG=Search>

Signature
DF.
to reply privately, change the top-level domain
in the FROM address from "invalid" to "net"
shooter - 03 Jun 2008 21:29 GMT
On Jun 2, 2:09 pm, Daniele Futtorovic <da.futt.n...@laposte.invalid>
wrote:
> On 2008-06-02 22:29 +0100, shooter allegedly wrote:
>
[quoted text clipped - 26 lines]
>
> - Show quoted text -
Thanx, I actually found that web site but unfortunately it did not
help me find the problem.