![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Well I have been using it for a few years and love it, but our server has started to throw the old " . . . System resources exceeded . . ." error about every 1.25 days. I am not absolutely certain it is the fault of the ASP, but cannot say for sure. It is getting to be a real super inconvenience to have to reboot and relog the web server every day. Durwood "Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message news:cdmfca$77b$1 (AT) forums (DOT) macromedia.com... Yes. Works like a charm! -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.dreamweavermx-templates.com - Template Triage! http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes ================== "Durwood Edwards" <durwoode (AT) NOSPAMbellsouth (DOT) net> wrote in message news:cdmeuv$6mm$1 (AT) forums (DOT) macromedia.com... Either of you use it to do database connections? Durwood "Chris In Madison" <cowens (AT) cnwGOAWAYDIRTYRATSPAMMERS (DOT) com> wrote in message news:cdlroi$9ms$1 (AT) forums (DOT) macromedia.com... I've been using Dreamweaver and/or UltraDev for ASP for several years now. It works fabulously :-) Best regards, Chris |
#12
| |||
| |||
|
|
It could be that you have an un-ending script, like an infinite loop. This error will also show up from time to time in a shared web hosting environment for any website that is using a Microsoft Access database. Potential causes for this error are: 1) connecting to the Access database using odbc instead of using the more reliable OLEDB JET driver. 2) running an extreamly large query, which Access can not deal with. "Durwood Edwards" <durwoode (AT) NOSPAMbellsouth (DOT) net> wrote in message news:cdmj0i$bn2$1 (AT) forums (DOT) macromedia.com... Well I have been using it for a few years and love it, but our server has started to throw the old " . . . System resources exceeded . . ." error about every 1.25 days. I am not absolutely certain it is the fault of the ASP, but cannot say for sure. It is getting to be a real super inconvenience to have to reboot and relog the web server every day. Durwood "Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message news:cdmfca$77b$1 (AT) forums (DOT) macromedia.com... Yes. Works like a charm! -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.dreamweavermx-templates.com - Template Triage! http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes ================== "Durwood Edwards" <durwoode (AT) NOSPAMbellsouth (DOT) net> wrote in message news:cdmeuv$6mm$1 (AT) forums (DOT) macromedia.com... Either of you use it to do database connections? Durwood "Chris In Madison" <cowens (AT) cnwGOAWAYDIRTYRATSPAMMERS (DOT) com> wrote in message news:cdlroi$9ms$1 (AT) forums (DOT) macromedia.com... I've been using Dreamweaver and/or UltraDev for ASP for several years now. It works fabulously :-) Best regards, Chris |
#13
| |||
| |||
|
#14
| |||
| |||
|
|
From what I understand Access does pretty well as long as the only person accessing it is the owner doing updates with an html back end. Once you start getting multiple people accessing the db at the same time (like many people submitting ads at the same time to the db) is when access can't handle it. It is designed as a desktop db for single user access. That's what I use MS Access for. It's easy to learn using DW & Access so you might want to just use it as a stepping stone and learn php & MySql. Good luck. |
#15
| |||
| |||
|
|
Access can handle more than that, but it doesn't scale gracefully. I believe that the magic number is in the range of 5-10 hits on the same record at the same time. If you are expecting that much activity, then you will need to use SQL technology. -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.dreamweavermx-templates.com - Template Triage! http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes ================== "Leesa" <webforumsuser (AT) macromedia (DOT) com> wrote in message news:cdog13$pm1$1 (AT) forums (DOT) macromedia.com... From what I understand Access does pretty well as long as the only person accessing it is the owner doing updates with an html back end. Once you start getting multiple people accessing the db at the same time (like many people submitting ads at the same time to the db) is when access can't handle it. It is designed as a desktop db for single user access. That's what I use MS Access for. It's easy to learn using DW & Access so you might want to just use it as a stepping stone and learn php & MySql. Good luck. |
#16
| |||
| |||
|
|
We're surprised if any database available on line gets more than a dozen hits per day. Nothing of what we are doing requires us to reach for the Oracle. I haven't seen activity cited as a possible culprit for the error we are getting. It is a memory leak thing and remains a mystery and irritant. D "Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message news:cdoh05$r6s$1 (AT) forums (DOT) macromedia.com... Access can handle more than that, but it doesn't scale gracefully. I believe that the magic number is in the range of 5-10 hits on the same record at the same time. If you are expecting that much activity, then you will need to use SQL technology. -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.dreamweavermx-templates.com - Template Triage! http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes ================== "Leesa" <webforumsuser (AT) macromedia (DOT) com> wrote in message news:cdog13$pm1$1 (AT) forums (DOT) macromedia.com... From what I understand Access does pretty well as long as the only person accessing it is the owner doing updates with an html back end. Once you start getting multiple people accessing the db at the same time (like many people submitting ads at the same time to the db) is when access can't handle it. It is designed as a desktop db for single user access. That's what I use MS Access for. It's easy to learn using DW & Access so you might want to just use it as a stepping stone and learn php & MySql. Good luck. |
![]() |
| Thread Tools | |
| Display Modes | |
| |