Results 1 to 2 of 2

Thread: APC caching & Outlook Plugin issues

  1. #1
    bagga is offline Junior Member
    Join Date
    Feb 2008
    Posts
    1

    Default APC caching & Outlook Plugin issues

    Hi

    I am using Sugar 5.0b. We use outlook plugin for sugar and it works great. However if I enable caching for php using APC, the outlook plugin gives the following error:
    “The connection failed with an empty response”

    Caching does seem to give us a performance boost and functionality withing sugar seems to be fine. I enabled caching by adding following to my php.ini.
    extension = php_apc.dll
    [APC]
    apc.enabled = 1
    apc.shm_segments = 2
    apc.shm_size = 128
    apc.max_file_size = 15M
    apc.stat=1

    Any idea what I can do to have a functional outlook plugin and still use caching?

    We have setup the CRM using Windows 2003, Sql Server 2005 and IIS 6.0

    Thanks,

  2. #2
    tswicegood is offline Junior Member
    Join Date
    Feb 2008
    Posts
    1

    Default Re: APC caching & Outlook Plugin issues

    Hi Kunal;

    That sounds like a segfault. I know with Apache and mod_php you would get a "Segmentation fault" message in your error_log, I believe IIS will have something similar.

    Are you using the new FastCGI module for IIS? In my experience with IIS, APC has proven more stable under that configuration than with the traditional CGI installation. If switching is possible, I would give that a try.

    -T

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Outlook Plugin - email archive process
    By markbrew in forum Help
    Replies: 1
    Last Post: 2006-08-28, 06:02 PM
  2. Outlook Plugin and Email issues
    By ludvik in forum Help
    Replies: 0
    Last Post: 2005-09-16, 09:02 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •