Is there a limit on the number of applications that can be deployed?

Hi guys! I was wondering if anyone knew if there was a set limit to the total number of applications that you can deploy at once, or maybe a time out setting? I have several programs that I wrote with Scriptcase 8.1 that are under 100 apps in each. The latest one I wrote has 309 apps in it. I can select all and deploy all for all of the applications that have less than 100 apps in it without a problem. However, I get this error message if I try to deploy more than 25 applications at a time in my program with 309 apps.
The webpage at http://127.0.0.1:88/scriptcase/devel/iface/publishwizard.php might be temporarily down or it may have moved permanently to a new web address
My development server is the same machine as my scriptcase so it’s just being written from one part of c to another part of c, no networking involved. It’s not a real big issue but it is a pain selecting 25 at a time to deploy when I have to make a major change to the entire program like changing the connection value or updating the theme. Anyone know if there is a limit?

Afaik there is no limit, but it might differ from host to host. In general I deploy my applications locally to a wamp environment. That goes very fast. Then after testing it I simply upload using filezilla. I have projects with hundreds and hundreds of files but no issues at all during deployment. But from within SC you have to do with php sessiontimes…

Thanks. I’m using the same deployment, locally to my wamp server. Seems like it’s only happening in the program I built with over 300 apps in it. Oh well. Thought I would ask anyway. Thanks