Stange behavior sometimes

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
8/19/2010 8:37:53 AM
Gravatar
Total Posts 125

Stange behavior sometimes

Hello.

I have installed a test mojo site, under Windows 2008r2 shared hosting (full trust), using SQLCE version.

I have a strange problem, after using the portal for a while, doing various admin jobs, after saving or deleting something, i'm presented with a blank page with the full domain name. Empty. Refreshing doesn't help. After a while the portal works.

I see no errors anywhere.

I have tried shared pool and dedicated pool, same problem.

ANY ideas on what could be the problem ?

 

thanks

8/19/2010 2:09:18 PM
Gravatar
Total Posts 18439

Re: Stange behavior sometimes

not much to go on with no errors, possibly there are errors in the windows application log. possibly it is a low memory environment. When it happens I would try touch the Web.config file to make it recycle the app and see if that heals it.

Hope it helps,

Joe

8/19/2010 3:42:38 PM
Gravatar
Total Posts 125

Re: Stange behavior sometimes

The website comes back after a while, 30 or 60 seconds or something.

I could contact the support but i would like to know what to ask for.

Also, could MS SQLCE could eat the memory ? Should i skip that and use SQL 2008 ?

 

many thanks

8/20/2010 12:41:08 PM
Gravatar
Total Posts 18439

Re: Stange behavior sometimes

In my testing I have not found any issue of SQL CE using excessive memory, but one difference is that SQL CE runs in process with the web application so it uses the same available memory as the web app whereas SQL Server has its own process and its own memory and in fact often is on a different machine than the web server. So, if a host has set tight limits on the web app memory it could be not enough given that SQL CE need s to use some of that memory too. A symptom of a problem of low memory would be if the application pool is recycling frequently. You would see this in the mojoportal log as frequent application start and end events being logged. What happens is that when a web app reaches the memory limit configured by the host it forces the application to restart to clear the memory.

Definitely SQL Server is way more robust than SQL CE and will handle more traffic.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.