 |
Apache2Triad Help, Support and Development The apache2triad help , support and development forums
|
| View previous topic :: View next topic |
| Author |
Message |
olariua
Joined: 10 Jul 2007
Posts: 1
|
| Posted: Tue Jul 10, 2007 5:52 am Post subject: Stack issue |
|
|
Hi,
I have some code that recursively parses a string.
On the 1.4.4 triad version (the one with Apache 2.0), Apache crashes.
It works on the newer version, but I need it to work on the old one.
This is most likely a stack size issue. I tried to increase the stack size by using ThreadStackSize, but Apache would not start.
any ideas?
Thanks,
Andrei |
|
| Back to top |
|
Joshua Meadows (DemoRic)
Joined: 29 Dec 2004
Posts: 783
Location: S.E. Kansas
|
| Posted: Fri Aug 03, 2007 1:43 pm Post subject: |
|
|
| Not to sound trite, but maybe you could review the code to make it more efficient. You could also try and increase the scipt execution time in php. |
|
| Back to top |
|
| |
|