You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(1) |
Feb
|
Mar
|
Apr
(3) |
May
(5) |
Jun
(15) |
Jul
(7) |
Aug
(19) |
Sep
(1) |
Oct
(10) |
Nov
(11) |
Dec
(1) |
2006 |
Jan
(11) |
Feb
(22) |
Mar
(13) |
Apr
(18) |
May
(15) |
Jun
(13) |
Jul
(13) |
Aug
(41) |
Sep
(10) |
Oct
(18) |
Nov
(15) |
Dec
(14) |
2007 |
Jan
(10) |
Feb
(44) |
Mar
(11) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Misty S. <ays...@jm...> - 2007-03-29 18:29:41
|
MACROMEDIA DREAMWEAVER 8 $49.95 ADOBE ACROBAT 8.0 PROFESSIONAL $79.95=20= ADOBE CREATIVE SUITE 2 PREMIUM $149.95 CORELDRAW GRAPHICS SUITE X3 $59.95=20= MICROSOFT WINDOWS XP PROFESSIONAL SP2 $49.95 AUTODESK AUTOCAD 2007=20= $129.95 ADOBE PHOTOSHOP CS2 V 9.0 $69.95 MICROSOFT WINDOWS VISTA BUSINESS=20= $79.95 MICROSOFT OFFICE 2007 ENTERPRISE $79.95 http://oemo666.euSTART=20= DOWNLOADING |
From: Tommaso T. <tr...@so...> - 2007-03-28 09:03:39
|
Hi, I use eaccelerator on several servers without problems I've installed now it on 2 new servers; it seems installed properly: [root@srv02 ~]# php -v PHP 4.3.9 (cgi) (built: Nov 7 2006 09:14:36) Copyright (c) 1997-2004 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies with eAccelerator v0.9.5, Copyright (c) 2004-2006 eAccelerator, by = eAccelerator in php_info I correctly see the eaccelerator section in eaccelerator.ini I've: ; Enable eAccelerator extension module zend_extension =3D /usr/lib64/php4/eaccelerator.so ; Options for the eAccelerator module eaccelerator.cache_dir =3D /var/cache/php-eaccelerator eaccelerator.shm_size =3D 32 eaccelerator.enable =3D 1 eaccelerator.optimizer =3D 1 eaccelerator.check_mtime =3D 1 eaccelerator.filter =3D "" eaccelerator.shm_max =3D 0 eaccelerator.shm_ttl =3D 3600 eaccelerator.shm_prune_period =3D 0 eaccelerator.shm_only =3D 0 eaccelerator.compress =3D 0 eaccelerator.compress_level =3D 9 eaccelerator.keys =3D "shm_and_disk" eaccelerator.sessions =3D "shm_and_disk" eaccelerator.content =3D "shm_and_disk" eaccelerator.debug =3D 0 putting print_r(eaccelerator_info()); in a php script I've: Array ( [version] =3D> 0.9.5 [shm_type] =3D> mmap_anon [sem_type] =3D> fcntl [logo] =3D> PHPE6F78DE9-13E4-4dee-8518-5FA2DACEA803 [cache] =3D> 1 [optimizer] =3D> 1 [memorySize] =3D> 33554376 [memoryAvailable] =3D> 30859328 [memoryAllocated] =3D> 2695048 [cachedScripts] =3D> 16 [removedScripts] =3D> 0 [cachedKeys] =3D> 0 ) but doing a simple: $val=3D eaccelerator_get("testshmval"); I've: <b>Fatal error</b>: Call to undefined function: eaccelerator_get() in = <b>/var/www/html/test.php [...] Could you please tell me what is wrong? Thank you, Tommaso |
From: <hc...@12...> - 2007-03-24 10:13:21
|
贵单位领导: 您好!我公司现有全新叉车4台,因闲置无用,同时为了解决资金周转问题,急于低价转让。如贵公司需要请速与我公司联系,数量有限,欲购从速。 具体情况如下: 2吨叉车1台,合肥产合力牌,价格3万元。 3吨叉车2台,合肥产合力牌,价格4万元。 5吨叉车1台,大连产犀牛牌,价格7.5万元。 欢迎来人来电洽谈,希望我们合作成功! 单位名称:华晨机械厂 联 系 人:丁先生 联系电话:010-51281934 手 机:13512841218 单位地址:北京市通州区工业开发区 如有打扰,敬请原谅 |
From: Chip B. <cb...@in...> - 2007-03-22 13:14:16
|
Thanks, that is what I ended up doing. I was hoping that make install = would work for me, but the effort to get it to work right versus just copying = the binary made copying the obvious choice. So all is well. ________________________________________ Chip Burke -----Original Message----- From: Reinis Rozitis [mailto:ro...@ro...]=20 Sent: Wednesday, March 21, 2007 1:44 PM To: eac...@li... Cc: cb...@in... Subject: Re: [Eaccelerator-users] php-config returns incorrect info extension_dir is setting in php.ini .. You dont actually need to php-config or eaccelerator to know that. Just = in=20 eaccelerator source directory do something like this (just skip the make = install step in the end): /path/to/phpize ./configure --with-php-config=3D/path/to/php-config make cp modules/eaccelerator.so /whatever/directory/ and then in php.ini add: zend_extension=3D"/whatever/directory/eaccelerator.so" And it will work just fine. rr ----- Original Message -----=20 From: Chip Burke To: eac...@li... Sent: Wednesday, March 21, 2007 3:49 PM Subject: [Eaccelerator-users] php-config returns incorrect info I am trying to get eaccelerator to build. However, php-config is = returning a bogus value for the extension_dir. From what I have gathered, I have to=20 recompile PHP to get php-config to return the correct extension_dir = value=20 (as it ignores php.ini) however I can't for the life of me find the = switch=20 to add to the ./configure to specify the extension_dir so that = php-config=20 can then report the correct value to eaccelerator's config script. = Anyone=20 else run into this? Des anyone know how to compile PHP with a custom=20 extension_dir value? Thanks, ________________________________________ Chip Burke -------------------------------------------------------------------------= Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share = your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV _______________________________________________ eAccelerator-users mailing list eAc...@li... https://lists.sourceforge.net/lists/listinfo/eaccelerator-users=20 |
From: Reinis R. <ro...@ro...> - 2007-03-21 17:44:45
|
extension_dir is setting in php.ini .. You dont actually need to php-config or eaccelerator to know that. Just in eaccelerator source directory do something like this (just skip the make install step in the end): /path/to/phpize ./configure --with-php-config=/path/to/php-config make cp modules/eaccelerator.so /whatever/directory/ and then in php.ini add: zend_extension="/whatever/directory/eaccelerator.so" And it will work just fine. rr ----- Original Message ----- From: Chip Burke To: eac...@li... Sent: Wednesday, March 21, 2007 3:49 PM Subject: [Eaccelerator-users] php-config returns incorrect info I am trying to get eaccelerator to build. However, php-config is returning a bogus value for the extension_dir. From what I have gathered, I have to recompile PHP to get php-config to return the correct extension_dir value (as it ignores php.ini) however I can't for the life of me find the switch to add to the ./configure to specify the extension_dir so that php-config can then report the correct value to eaccelerator's config script. Anyone else run into this? Des anyone know how to compile PHP with a custom extension_dir value? Thanks, ________________________________________ Chip Burke ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ eAccelerator-users mailing list eAc...@li... https://lists.sourceforge.net/lists/listinfo/eaccelerator-users |
From: Chip B. <cb...@in...> - 2007-03-21 13:49:48
|
I am trying to get eaccelerator to build. However, php-config is returning a bogus value for the extension_dir. From what I have gathered, I have to recompile PHP to get php-config to return the correct extension_dir value (as it ignores php.ini) however I can't for the life of me find the switch to add to the ./configure to specify the extension_dir so that php-config can then report the correct value to eaccelerator's config script. Anyone else run into this? Des anyone know how to compile PHP with a custom extension_dir value? Thanks, ________________________________________ Chip Burke |
From: Heriberto L. <rl...@do...> - 2007-03-19 04:15:15
|
<html> <body bgcolor=3D"#ffffff" text=3D"#000000"> <img src=3D"cid:4C9C023F=2E817E09B6"> <br> A new idea is first condemned as ridiculous and then dismissed as trivia= l, until finally, it becomes what everybody knows=2E <br> A discovery is said to be an accident meeting a prepared mind=2E <br> Who has never tasted what is bitter does not know what is sweet=2E <br> If you have a dream, give it a chance to happen=2E <br> Children enjoy the present because they have neither a past nor a future= =2E <br> Justice is incidental to law and order=2E <br> If you can't change your fate, change your attitude=2E <br> It's not sissy to show your feeling=2E <br> In this theater of man's life, it is reserved only for God and angels to= be lookers-on=2E <br> The devil is the author of confusion=2E <br> Without Elvis, none of us could have made it=2E <br> Some are born great, some achieve greatness, and others have greatness t= hrust upon them=2E [Twelfth Night] <br> We live in a rainbow of chaos=2E </body> </html> |
From: <hc...@12...> - 2007-03-10 16:43:26
|
贵单位领导: 您好!我公司现有全新叉车4台,因闲置无用,同时为了解决资金周转问题,急于低价转让。如贵公司需要请速与我公司联系,数量有限,欲购从速。 具体情况如下: 2吨叉车1台,合肥产合力牌,价格3万元。 3吨叉车2台,合肥产合力牌,价格4万元。 5吨叉车1台,大连产犀牛牌,价格7.5万元。 欢迎来人来电洽谈,希望我们合作成功! 单位名称:华晨机械厂 联 系 人:丁先生 手 机:13512841218 单位地址:北京市通州区工业园 |
From: Nima <ni...@pr...> - 2007-03-09 22:51:20
|
Hi, I am running a website that hosts a php project management tool http://74.208.12.28/index.php After installing eacellerator, I cannot login to the tool anymore: http://74.208.12.28/pcenterprise/ returns a page not found when trying to log in. Any ideas why this is happening? Thanks, Nima |
From: Konstantin R. <ic...@fe...> - 2007-03-05 16:01:23
|
SGVsbG8sIGFsbDoKCkkgYXBvbG9naXplIGlmIHRoaXMgd2FzIGFscmVhZHkgbWVudGlvbmVkIC0t IGN1cnJlbnRseSwgc291cmNlZm9yZ2UgaXMKaGF2aW5nIGZpdHMgdHJ5aW5nIHRvIGRpc3BsYXkg dGhlIG1haWxpbmcgbGlzdCBhcmNoaXZlcywgc28gSSBjYW4ndApzZWFyY2ggdGhlbS4KCkknbSBz ZWVpbmcgb2RkIGJlaGF2aW91ciBvbiBwaHAtNS4yLjEgd2l0aCB0aGUgbGF0ZXN0IGVhY2NlbGVy YXRvcgooMC45LjUgd2l0aCB0aGUgY2xhc3MgcmVzdG9yZSBwYXRjaCkuIFdoZW4gZWFjY2VsZXJh dG9yLm9wdGltaXplciBpcwplbmFibGVkLCBleGNlcHRpb25zIHNlZW0gdG8gbmV2ZXIgYmUgY2F1 Z2h0LiBUdXJuaW5nIG9mZiB0aGUgb3B0aW1pemVyCnNlZW1zIHRvIGZpeCBpdC4KCklzIHRoaXMg YSBrbm93biBpc3N1ZT8gSWYgbm90LCBJJ2xsIHNlZSBpZiBJIGNhbiBjcmVhdGUgYSB0ZXN0Y2Fz ZS4KCkNoZWVycywKLS0gCktvbnN0YW50aW4gUnlhYml0c2V2Ck1vbnRyw6lhbCwgUXXDqWJlYwo= |
From: <Mar...@ca...> - 2007-03-04 13:23:17
|
We're having a bit of a problem with the latest eAccelerator (whether 0.9.5 or svn, no diff) on a quad-core Solaris box running Apache 2.2.4 and PHP 5.2.1 (both self-compiled). eAccelerator compiles without any problems whatsoever using the following parameters: ./configure --prefix=/opt/p3d32/php5 --mandir=/opt/p3d32/man --infodir=/opt/p3d32/info --sysconfdir=/opt/p3d32/etc/php --with-php-config=/opt/p3d32/php5/bin/php-config --with-eaccelerator-userid=1 --enable-eaccelerator=shared --with-eaccelerator-sessions --with-eaccelerator-shared-memory --with-eaccelerator-content-caching After installing the eaccelerator.so module in /opt/p3d32/php5/lib/php/extensions/no-debug-zts-20060613/ and adding the proper lines to our php.ini apache restarts just fine, the eaccelerator module hwoever is not loaded. Doing a php-cgi -z eaccelerator.so returns the following error: bash-3.00# /opt/p3d32/php5/bin/php-cgi -z opt/p3d32/php5/lib/php/extensions/no-debug-zts-20060613/eaccelerator.so Failed loading /opt/p3d32/php5/lib/php/extensions/no-debug-zts-20060613/eaccelerator.so: ld.so.1: php-cgi: fatal: relocation error: file /opt/p3d32/php5/lib/php/extensions/no-debug-zts-20060613/eaccelerator.so: symbol executor_globals_id: referenced symbol not found We couldn't find anything about this error, neither in the Mailing List archives nor Google nor whatever. Does anyone know what's going on here? |
From: Thomas L. <to...@gm...> - 2007-02-28 19:29:31
|
Unless this is a dynamically-generated image, it's best to leave eA (and PHP) out of the equation altogether and let the system cache the file. If it is dynamically generated, then you'll have the image data in a variable which you can just cache with eaccelerator_put(). Thomas ----- Original Message ----- From: "Brian Dunning" <br...@br...> To: <eac...@li...> Sent: Wednesday, February 28, 2007 4:45 PM Subject: [Eaccelerator-users] Serving an image from cache > Some dude showed me a snippet to serve a frequently-requested image > from eA. Can't find the snippet, don't see anything in the docs. Can > anyone help? > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > eAccelerator-users mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-users |
From: Brian D. <br...@br...> - 2007-02-28 14:46:01
|
Some dude showed me a snippet to serve a frequently-requested image from eA. Can't find the snippet, don't see anything in the docs. Can anyone help? |
From: Alexander S. <ale...@sc...> - 2007-02-27 20:26:05
|
Hello Brian, i am sorry, obviously you are right: control.php is not mentioned in current README! Don't get me wrong, please. My small "howto" was NOT meant to be "rtfm"-alike, it was meant to be honestly helpful! At least, i hope it was a bit.. I think i will join the active forces and rewrite the documentation for eA as soon as i have some spare time. But hopefully until the new final version, which likely will include a better webgui, will be released. Thank you! Alexander Schories Tuebingen, Germany Am 27.02.2007 um 16:52 schrieb Brian Dunning: > Thanks, that control.php is exactly what I was looking for it. Maybe > I'm an idiot but I sure didn't see it in README. :) > > > On Feb 27, 2007, at 7:15 AM, Alexander Schories wrote: > >> Hello Brian, >> >> >> just have a look into the README of the current stable 0.9.5-release >> please. >> >> However, here is my small "howto" for you: >> >> >> a) compile eA with control-panel >> ========================= >> >> Taken directly from README: >> >> Control panel and disassembler >> ------------------------------ >> >> If you want to use the control-panel you need to compile eAccelerator >> with >> --with-eaccelerator-info which is the default value. >> You need to copy the control.php file to your webroot and set the >> path to it >> in the php.ini or eaccelerator.ini in the >> eaccelerator.allowed_admin_path >> directive. If you don't do this you wont be able to see much >> information and >> can't control eAccelerator. >> You can set the username and password needed to access the control- >> panel in >> the control.php file. >> >> So the control-panel is configured for your build by default. To be >> sure just add >> >> --with-eaccelerator-info >> >> to your compile config. >> >> >> >> >> b) edit control.php >> ============== >> >> Choose admin username and password. >> >> /** config **/ >> $user = "admin"; >> $pw = "eAccelerator"; >> /** /config **/ >> >> For even stronger security protect the directory where control.php >> will be placed by .htaccess, means apache-based authentication. >> >> >> >> c) configure your php.ini >> =================== >> >> Be sure to let php and eA know, where the config script execution >> shall be allowed: >> >> eaccelerator.allowed_admin_path="/your/path/to/control.php" >> >> Add this line to your php.ini >> >> >> d) Tataaa! >> ======== >> >> Now, pleas restart Apache. Enjoy the control-panel while honestly >> thanking all the skilled eA developers! :-) >> >> >> Kind Regards >> >> >> Alexander Schories >> Tuebingen, Germany >> >> --------------------------------------------------------------------- >> - >> --- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php? >> page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> eAccelerator-users mailing list >> eAc...@li... >> https://lists.sourceforge.net/lists/listinfo/eaccelerator-users > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > eAccelerator-users mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-users |
From: Brian D. <br...@br...> - 2007-02-27 15:53:18
|
Thanks, that control.php is exactly what I was looking for it. Maybe I'm an idiot but I sure didn't see it in README. :) On Feb 27, 2007, at 7:15 AM, Alexander Schories wrote: > Hello Brian, > > > just have a look into the README of the current stable 0.9.5-release > please. > > However, here is my small "howto" for you: > > > a) compile eA with control-panel > ========================= > > Taken directly from README: > > Control panel and disassembler > ------------------------------ > > If you want to use the control-panel you need to compile eAccelerator > with > --with-eaccelerator-info which is the default value. > You need to copy the control.php file to your webroot and set the > path to it > in the php.ini or eaccelerator.ini in the > eaccelerator.allowed_admin_path > directive. If you don't do this you wont be able to see much > information and > can't control eAccelerator. > You can set the username and password needed to access the control- > panel in > the control.php file. > > So the control-panel is configured for your build by default. To be > sure just add > > --with-eaccelerator-info > > to your compile config. > > > > > b) edit control.php > ============== > > Choose admin username and password. > > /** config **/ > $user = "admin"; > $pw = "eAccelerator"; > /** /config **/ > > For even stronger security protect the directory where control.php > will be placed by .htaccess, means apache-based authentication. > > > > c) configure your php.ini > =================== > > Be sure to let php and eA know, where the config script execution > shall be allowed: > > eaccelerator.allowed_admin_path="/your/path/to/control.php" > > Add this line to your php.ini > > > d) Tataaa! > ======== > > Now, pleas restart Apache. Enjoy the control-panel while honestly > thanking all the skilled eA developers! :-) > > > Kind Regards > > > Alexander Schories > Tuebingen, Germany > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > eAccelerator-users mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-users |
From: Hemke, D. <DH...@He...> - 2007-02-27 15:32:54
|
=0D=0AIt is something like the php() function.=0D=0A=0D=0ATry this:=0D=0A<=3F=0D= =0A eaccelerator();=0D=0A=3F>=0D=0A=0D=0A-Dave=0D=0A=0D=0A-----Original Me= ssage-----=0D=0AFrom: eac...@li...=0D=0A= [mailto:eac...@li...] On Behalf Of=0D=0A= Brian Dunning=0D=0ASent: Tuesday, February 27, 2007 09:42=0D=0ATo: eacceler= ato...@li...=0D=0ASubject: [Eaccelerator-users] Admin p= age=0D=0A=0D=0AI watched my friend administer his copy of eAccelerator, and= he had a=0D=0Apage that listed each of his scripts that were cached, how o= ften each=0D=0Awas executed, and so on. There is no such page in my allowed= =5Fadmin=5Fpath=0D=0Afolder - in fact there's hardly anything in there, and= no such script=0D=0A(that I can find) in the eAccelerator download. =20=0D= =0AWhere do I find this information=3F=0D=0A=0D=0A-------------------------= -----------------------------------------------=0D=0A-=0D=0ATake Surveys. E= arn Cash. Influence the Future of IT Join=0D=0ASourceForge.net's Techsay pa= nel and you'll get the chance to share your=0D=0Aopinions on IT & business = topics through brief surveys-and earn cash=0D=0Ahttp://www.techsay.com/defa= ult.php=3Fpage=3Djoin.php&p=3Dsourceforge&CID=3DDEVDE=0D=0AV=0D=0A=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=0D=0AeAccelerator= -users mailing list=0D=0Ae...@li...=0D=0Ahttp= s://lists.sourceforge.net/lists/listinfo/eaccelerator-users=0D=0A=0D=0A=5F = =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F= =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F=0D= =0A=0D=0AThis e-mail and any files transmitted with it are confidential and=0D= =0Aintended solely for the use of the individual or entity to whom=0D=0Athe= y are addressed.=0D=0AIf you have received this e-mail in error please noti= fy the=0D=0Aoriginator of the message. This footer also confirms that this=0D= =0Ae-mail message has been scanned for the presence of computer viruses.=0D= =0A=0D=0AAny views expressed in this message are those of the individual=0D= =0Asender, except where the sender specifies and with authority,=0D=0Astate= s them to be the views of HealthPlan Services.=0D=0A=0D=0AScanning of this = message and addition of this footer is performed=0D=0Aby SurfControl E-mail= Filter software in conjunction with=20=0D=0Avirus detection software.=0D=0A= |
From: Alexander S. <ale...@sc...> - 2007-02-27 15:16:02
|
Hello Brian, just have a look into the README of the current stable 0.9.5-release please. However, here is my small "howto" for you: a) compile eA with control-panel ========================= Taken directly from README: Control panel and disassembler ------------------------------ If you want to use the control-panel you need to compile eAccelerator with --with-eaccelerator-info which is the default value. You need to copy the control.php file to your webroot and set the path to it in the php.ini or eaccelerator.ini in the eaccelerator.allowed_admin_path directive. If you don't do this you wont be able to see much information and can't control eAccelerator. You can set the username and password needed to access the control- panel in the control.php file. So the control-panel is configured for your build by default. To be sure just add --with-eaccelerator-info to your compile config. b) edit control.php ============== Choose admin username and password. /** config **/ $user = "admin"; $pw = "eAccelerator"; /** /config **/ For even stronger security protect the directory where control.php will be placed by .htaccess, means apache-based authentication. c) configure your php.ini =================== Be sure to let php and eA know, where the config script execution shall be allowed: eaccelerator.allowed_admin_path="/your/path/to/control.php" Add this line to your php.ini d) Tataaa! ======== Now, pleas restart Apache. Enjoy the control-panel while honestly thanking all the skilled eA developers! :-) Kind Regards Alexander Schories Tuebingen, Germany |
From: Brian D. <br...@br...> - 2007-02-27 14:41:55
|
I watched my friend administer his copy of eAccelerator, and he had a page that listed each of his scripts that were cached, how often each was executed, and so on. There is no such page in my allowed_admin_path folder - in fact there's hardly anything in there, and no such script (that I can find) in the eAccelerator download. Where do I find this information? |
From: Thomas L. <to...@gm...> - 2007-02-23 15:36:39
|
Yes, I should have mentioned, doing an _rm() before your _put() calls should completely eliminate the problem (but of course is a workaround more than a fix - be aware that under high concurrency some processes may try to _get() keys that have just been deleted but not yet replaced - and from my experience using eA's _lock() to prevent this is just a recipe for Apache deadlocks). Thomas ----- Original Message ----- From: "Hemke, David" <DH...@He...> To: <eac...@li...> Sent: Friday, February 23, 2007 4:23 PM Subject: Re: [Eaccelerator-users] What exactly determines page caching > Scenario 2, eaccelerator_put()..., sounds like it could describe what we > are experiencing. Should we catch the problem again, I'll try your > suggested check for a duplicate key. > > If this turns out to be the case, I take it that it would be safer in > the future to remove a key before attempting to write/update it. > > I believe, we are 2 point releases behind. I'll see about getting the > latest installed in our test environment asap. > > Thanks for the help. > > Dave > > -----Original Message----- > From: eac...@li... > [mailto:eac...@li...] On Behalf Of > Thomas Love > Sent: Friday, February 23, 2007 09:01 > To: eac...@li... > Subject: Re: [Eaccelerator-users] What exactly determines page caching > > If by cached pages you mean using eaccelerator_cache_page($key, $ttl), > then eA doesn't do anything to determine whether it has changed, it just > assumes it hasn't, until $ttl seconds are up. If this is what you're > doing then stale pages should be seen no matter where your dynamic data > is coming from. > > But if you mean that keys stored with eaccelerator_put() are coming back > stale, then that might be a duplicate key problem. This is when updating > an existing key creates a new key with the same name instead of > overwriting the old one. Subsequent _get()s may return the old value, > with stale data. > > To check / eliminate that as a cause, find a key that exhibits this > behaviour, then do an eaccelerator_rm() to delete the key, and > immediately another _get(). If the data (any data) is still returned > after the _rm(), then you have duplicate keys. > > I think the duplicate key problem may be fixed in the latest version. I > haven't seen it myself for a while. If you have the latest eA, then at > least be sure you aren't running out of space in your cache because I > have a vague memory of that being a correlating factor. > > Cheers > Thomas > > > ----- Original Message ----- > From: "gg15" <gg...@gm...> > To: <eac...@li...> > Sent: Friday, February 23, 2007 8:24 AM > Subject: Re: [Eaccelerator-users] What exactly determines page caching > > > > Hi > > > > You have to determine in your application if the data/page has > changed?! > > ... or did I understand you wrong? Oo > > > > > > Bye, Uli > > > > > > > > > > Hemke, David schrieb: > > > I'm new to this list, and was unable to find an answer via archive > > > search. > > > > > > What exactly determines page caching and if the cached version > should > > > be served? That is, how does the eaccelerator determine if a page > with > > > dynamic data has changed? > > > > > > In our situation we cache certain data / keys in the eaccelerator > > > cache, this data is used across user sessions. We are also caching > > > pages. There does not seem to be a problem with the serving of > dynamic > > > pages where DB fetched data is used, but eaccelerator seems to have > a > > > hard time recognizing that the eaccelerator cached data / key has > been > > > updated so it sometimes serves stale pages. > > > > > > Thanks, > > > > > > Dave Hemke > > > Web Applications Developer > > > /HealthPlan Services/ > > > dh...@he... > > > 813-289-1000 x 2118 > > > 800-237-7767 x 2118 > > > > > > > > > > > > ------------------------------------------------------------------------ > - > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE > V > _______________________________________________ > eAccelerator-users mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-users > > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > > This e-mail and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom > they are addressed. > If you have received this e-mail in error please notify the > originator of the message. This footer also confirms that this > e-mail message has been scanned for the presence of computer viruses. > > Any views expressed in this message are those of the individual > sender, except where the sender specifies and with authority, > states them to be the views of HealthPlan Services. > > Scanning of this message and addition of this footer is performed > by SurfControl E-mail Filter software in conjunction with > virus detection software. > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > eAccelerator-users mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-users |
From: Hemke, D. <DH...@He...> - 2007-02-23 14:23:58
|
Scenario 2, eaccelerator=5Fput()..., sounds like it could describe what we=0D= =0Aare experiencing. Should we catch the problem again, I'll try your=0D=0A= suggested check for a duplicate key.=0D=0A=0D=0AIf this turns out to be the= case, I take it that it would be safer in=0D=0Athe future to remove a key = before attempting to write/update it. =20=0D=0A=0D=0AI believe, we are 2 po= int releases behind. I'll see about getting the=0D=0Alatest installed in o= ur test environment asap.=0D=0A=0D=0AThanks for the help.=0D=0A=0D=0ADave=0D= =0A=0D=0A-----Original Message-----=0D=0AFrom: eaccelerator-users-bounces@l= ists.sourceforge.net=0D=0A[mailto:eac...@li...urcefo= rge.net] On Behalf Of=0D=0AThomas Love=0D=0ASent: Friday, February 23, 2007= 09:01=0D=0ATo: eac...@li...=0D=0ASubject: Re: = [Eaccelerator-users] What exactly determines page caching=0D=0A=0D=0AIf by = cached pages you mean using eaccelerator=5Fcache=5Fpage($key, $ttl),=0D=0At= hen eA doesn't do anything to determine whether it has changed, it just=0D=0A= assumes it hasn't, until $ttl seconds are up. If this is what you're=0D=0Ad= oing then stale pages should be seen no matter where your dynamic data=0D=0A= is coming from.=0D=0A=0D=0ABut if you mean that keys stored with eaccelerat= or=5Fput() are coming back=0D=0Astale, then that might be a duplicate key p= roblem. This is when updating=0D=0Aan existing key creates a new key with t= he same name instead of=0D=0Aoverwriting the old one. Subsequent =5Fget()s = may return the old value,=0D=0Awith stale data.=0D=0A=0D=0ATo check / elimi= nate that as a cause, find a key that exhibits this=0D=0Abehaviour, then do= an eaccelerator=5Frm() to delete the key, and=0D=0Aimmediately another =5F= get(). If the data (any data) is still returned=0D=0Aafter the =5Frm(), the= n you have duplicate keys.=0D=0A=0D=0AI think the duplicate key problem may= be fixed in the latest version. I=0D=0Ahaven't seen it myself for a while.= If you have the latest eA, then at=0D=0Aleast be sure you aren't running o= ut of space in your cache because I=0D=0Ahave a vague memory of that being = a correlating factor.=0D=0A=0D=0ACheers=0D=0AThomas=0D=0A=0D=0A=0D=0A----- = Original Message -----=0D=0AFrom: "gg15" <gg...@gm...>=0D=0ATo: <eaccelera= tor...@li...>=0D=0ASent: Friday, February 23, 2007 8:24 = AM=0D=0ASubject: Re: [Eaccelerator-users] What exactly determines page cach= ing=0D=0A=0D=0A=0D=0A> Hi=0D=0A>=0D=0A> You have to determine in your appli= cation if the data/page has=0D=0Achanged=3F!=0D=0A> ... or did I understand= you wrong=3F Oo=0D=0A>=0D=0A>=0D=0A> Bye, Uli=0D=0A>=0D=0A>=0D=0A>=0D=0A>=0D= =0A> Hemke, David schrieb:=0D=0A> > I'm new to this list, and was unable = to find an answer via archive=0D=0A> > search.=0D=0A> >=0D=0A> > What exa= ctly determines page caching and if the cached version=0D=0Ashould=0D=0A> >= be served=3F That is, how does the eaccelerator determine if a page=0D=0A= with=0D=0A> > dynamic data has changed=3F=0D=0A> >=0D=0A> > In our situat= ion we cache certain data / keys in the eaccelerator=0D=0A> > cache, this d= ata is used across user sessions. We are also caching=0D=0A> > pages. The= re does not seem to be a problem with the serving of=0D=0Adynamic=0D=0A> > = pages where DB fetched data is used, but eaccelerator seems to have=0D=0Aa=0D= =0A> > hard time recognizing that the eaccelerator cached data / key has=0D= =0Abeen=0D=0A> > updated so it sometimes serves stale pages.=0D=0A> >=0D=0A= > > Thanks,=0D=0A> >=0D=0A> > Dave Hemke=0D=0A> > Web Applications Develo= per=0D=0A> > /HealthPlan Services/=0D=0A> > dh...@he...=0D=0A> > = 813-289-1000 x 2118=0D=0A> > 800-237-7767 x 2118=0D=0A> >=0D=0A> >=0D=0A> >=0D= =0A=0D=0A=0D=0A------------------------------------------------------------= ------------=0D=0A-=0D=0ATake Surveys. Earn Cash. Influence the Future of I= T=0D=0AJoin SourceForge.net's Techsay panel and you'll get the chance to sh= are=0D=0Ayour=0D=0Aopinions on IT & business topics through brief surveys-a= nd earn cash=0D=0Ahttp://www.techsay.com/default.php=3Fpage=3Djoin.php&p=3D= sourceforge&CID=3DDEVDE=0D=0AV=0D=0A=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=0D=0AeAccelerator-users mailing list=0D=0AeAcce= ler...@li...=0D=0Ahttps://lists.sourceforge.net/list= s/listinfo/eaccelerator-users=0D=0A=0D=0A=5F =5F =5F =5F =5F =5F =5F =5F =5F= =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F= =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F=0D=0A=0D=0AThis e-mail and any fil= es transmitted with it are confidential and=0D=0Aintended solely for the us= e of the individual or entity to whom=0D=0Athey are addressed.=0D=0AIf you = have received this e-mail in error please notify the=0D=0Aoriginator of the= message. This footer also confirms that this=0D=0Ae-mail message has been = scanned for the presence of computer viruses.=0D=0A=0D=0AAny views expresse= d in this message are those of the individual=0D=0Asender, except where the= sender specifies and with authority,=0D=0Astates them to be the views of H= ealthPlan Services.=0D=0A=0D=0AScanning of this message and addition of thi= s footer is performed=0D=0Aby SurfControl E-mail Filter software in conjunc= tion with=20=0D=0Avirus detection software.=0D=0A |
From: Hemke, D. <DH...@He...> - 2007-02-23 14:04:20
|
No, the issue is that cache stored keys seem to be stored in the cached=0D=0A= pages (byte code=3F) as data rather than a call to that data.=0D=0A=0D=0ASo= if I have a page that fetches data from a DB and also fetches some=0D=0Ada= ta from the eaccelerator cache, the cached page is properly executing=0D=0A= the DB call and getting fresh data. It is not always getting fresh data=0D= =0Aout of the data cache, so that data appears stale.=0D=0A=0D=0ADoes that = make sense=3F=0D=0A=0D=0A=20=0D=0A=0D=0A-----Original Message-----=0D=0AFro= m: eac...@li...=0D=0A[mailto:eaccelerat= or-...@li...] On Behalf Of=0D=0Agg15=0D=0ASent: F= riday, February 23, 2007 01:24=0D=0ATo: eac...@li...urceforg= e.net=0D=0ASubject: Re: [Eaccelerator-users] What exactly determines page c= aching=0D=0A=0D=0AHi=0D=0A=0D=0AYou have to determine in your application i= f the data/page has changed=3F!=0D=0A... or did I understand you wrong=3F O= o=0D=0A=0D=0A=0D=0ABye, Uli=0D=0A=0D=0A=0D=0A=0D=0A=0D=0AHemke, David schri= eb:=0D=0A> I'm new to this list, and was unable to find an answer via arc= hive=20=0D=0A> search.=0D=0A>=20=0D=0A> What exactly determines page cach= ing and if the cached version=0D=0Ashould=0D=0A> be served=3F That is, ho= w does the eaccelerator determine if a page=0D=0Awith=0D=0A> dynamic data h= as changed=3F=0D=0A>=20=0D=0A> In our situation we cache certain data / k= eys in the eaccelerator=20=0D=0A> cache, this data is used across user sess= ions. We are also caching=20=0D=0A> pages. There does not seem to be a pr= oblem with the serving of=20=0D=0A> dynamic pages where DB fetched data is = used, but eaccelerator seems to=0D=0A=0D=0A> have a hard time recognizing t= hat the eaccelerator cached data / key=20=0D=0A> has been updated so it som= etimes serves stale pages.=0D=0A>=20=0D=0A> Thanks,=0D=0A>=20=0D=0A> Dave= Hemke=0D=0A> Web Applications Developer=0D=0A> /HealthPlan Services/=0D=0A= > dh...@he...=0D=0A> 813-289-1000 x 2118=0D=0A> 800-237-7767 x 21= 18=0D=0A>=20=0D=0A>=20=0D=0A>=20=0D=0A>=20=0D=0A>=20=0D=0A> =5F =5F =5F =5F= =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F= =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F=20=0D=0A> =5F =5F =5F=0D=0A= >=20=0D=0A> This e-mail and any files transmitted with it are confidential = and=20=0D=0A> intended solely for the use of the individual or entity to wh= om they=20=0D=0A> are addressed.=0D=0A> If you have received this e-mail in= error please notify the originator=0D=0A=0D=0A> of the message. This foote= r also confirms that this e-mail message has=0D=0A=0D=0A> been scanned for = the presence of computer viruses.=0D=0A>=20=0D=0A> Any views expressed in t= his message are those of the individual=20=0D=0A> sender, except where the = sender specifies and with authority, states=20=0D=0A> them to be the views = of HealthPlan Services.=0D=0A>=20=0D=0A> Scanning of this message and addit= ion of this footer is performed by=20=0D=0A> SurfControl E-mail Filter soft= ware in conjunction with virus detection=0D=0A=0D=0A> software.=0D=0A>=20=0D= =0A>=20=0D=0A> ------------------------------------------------------------= ----------=0D=0A> --=0D=0A>=20=0D=0A> -------------------------------------= ---------------------------------=0D=0A> --- Take Surveys. Earn Cash. Influ= ence the Future of IT Join=20=0D=0A> SourceForge.net's Techsay panel and yo= u'll get the chance to share=20=0D=0A> your opinions on IT & business topic= s through brief surveys-and earn=20=0D=0A> cash=20=0D=0A> http://www.techsa= y.com/default.php=3Fpage=3Djoin.php&p=3Dsourceforge&CID=3DDEV=0D=0A> DEV=0D= =0A>=20=0D=0A>=20=0D=0A> --------------------------------------------------= --------------------=0D=0A> --=0D=0A>=20=0D=0A> =5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=0D=0A> eAccelerator-users mailing l= ist=0D=0A> eAc...@li...=0D=0A> https://lists.so= urceforge.net/lists/listinfo/eaccelerator-users=0D=0A=0D=0A=0D=0A----------= --------------------------------------------------------------=0D=0A-=0D=0A= Take Surveys. Earn Cash. Influence the Future of IT Join=0D=0ASourceForge.n= et's Techsay panel and you'll get the chance to share your=0D=0Aopinions on= IT & business topics through brief surveys-and earn cash=0D=0Ahttp://www.t= echsay.com/default.php=3Fpage=3Djoin.php&p=3Dsourceforge&CID=3DDEVDE=0D=0AV=0D= =0A=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=0D=0A= eAccelerator-users mailing list=0D=0Ae...@li...urceforge.n= et=0D=0Ahttps://lists.sourceforge.net/lists/listinfo/eaccelerator-users=0D=0A=0D= =0A=5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F = =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F =5F= =5F=0D=0A=0D=0AThis e-mail and any files transmitted with it are confident= ial and=0D=0Aintended solely for the use of the individual or entity to who= m=0D=0Athey are addressed.=0D=0AIf you have received this e-mail in error p= lease notify the=0D=0Aoriginator of the message. This footer also confirms = that this=0D=0Ae-mail message has been scanned for the presence of computer= viruses.=0D=0A=0D=0AAny views expressed in this message are those of the i= ndividual=0D=0Asender, except where the sender specifies and with authority= ,=0D=0Astates them to be the views of HealthPlan Services.=0D=0A=0D=0AScann= ing of this message and addition of this footer is performed=0D=0Aby SurfCo= ntrol E-mail Filter software in conjunction with=20=0D=0Avirus detection so= ftware.=0D=0A |
From: Thomas L. <to...@gm...> - 2007-02-23 14:01:13
|
If by cached pages you mean using eaccelerator_cache_page($key, $ttl), then eA doesn't do anything to determine whether it has changed, it just assumes it hasn't, until $ttl seconds are up. If this is what you're doing then stale pages should be seen no matter where your dynamic data is coming from. But if you mean that keys stored with eaccelerator_put() are coming back stale, then that might be a duplicate key problem. This is when updating an existing key creates a new key with the same name instead of overwriting the old one. Subsequent _get()s may return the old value, with stale data. To check / eliminate that as a cause, find a key that exhibits this behaviour, then do an eaccelerator_rm() to delete the key, and immediately another _get(). If the data (any data) is still returned after the _rm(), then you have duplicate keys. I think the duplicate key problem may be fixed in the latest version. I haven't seen it myself for a while. If you have the latest eA, then at least be sure you aren't running out of space in your cache because I have a vague memory of that being a correlating factor. Cheers Thomas ----- Original Message ----- From: "gg15" <gg...@gm...> To: <eac...@li...> Sent: Friday, February 23, 2007 8:24 AM Subject: Re: [Eaccelerator-users] What exactly determines page caching > Hi > > You have to determine in your application if the data/page has changed?! > ... or did I understand you wrong? Oo > > > Bye, Uli > > > > > Hemke, David schrieb: > > I'm new to this list, and was unable to find an answer via archive > > search. > > > > What exactly determines page caching and if the cached version should > > be served? That is, how does the eaccelerator determine if a page with > > dynamic data has changed? > > > > In our situation we cache certain data / keys in the eaccelerator > > cache, this data is used across user sessions. We are also caching > > pages. There does not seem to be a problem with the serving of dynamic > > pages where DB fetched data is used, but eaccelerator seems to have a > > hard time recognizing that the eaccelerator cached data / key has been > > updated so it sometimes serves stale pages. > > > > Thanks, > > > > Dave Hemke > > Web Applications Developer > > /HealthPlan Services/ > > dh...@he... > > 813-289-1000 x 2118 > > 800-237-7767 x 2118 > > > > > > |
From: Andrew H. <in...@a-...> - 2007-02-23 09:18:47
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Fredrik Nygren wrote: > I followed the advice from Marcin (thank you for answering) and > upgraded eA to 0.9.5 (stable). But unfortunately with no luck. The > Apache errors (child pid xxx exit signal. Segmentation fault (11)) > are still there. When I start the web server and eA there is no > errors. Everything seems to be ok. The errors occur after a couple of > hours and it ends with that my web server goes done. Please give some > advice how to fix this problem. > Have you tried upgrading PHP? There have been many fixes that stop segfaults from happening since 5.1.2. I have a client who is a UK magazine and their servers are RedHat EL4, PHP 5.1.6 with eAccelerator 0.9.5 all from RPMs and have no problems. Regards Andrew - -- Andrew Hutchings - Linux Jedi - http://www.linuxjedi.co.uk/ A-Wing Internet Services - http://www.a-wing.co.uk/ Windows is the path to the darkside...Windows leads to Blue Screen. Blue Screen leads to downtime. Downtime leads to suffering...I sense much Windows in you. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFF3rCdZ+2Y3WLvbJIRAoA2AJ9PtxRoGkEUKEPDjnoJo19rGdda5ACfa6FG QQulZBqN15Oux7pQw1yTmuE= =UC7W -----END PGP SIGNATURE----- |
From: Fredrik N. <fre...@go...> - 2007-02-23 08:46:45
|
I followed the advice from Marcin (thank you for answering) and upgraded eA to 0.9.5 (stable). But unfortunately with no luck. The Apache errors (child pid xxx exit signal. Segmentation fault (11)) are still there. When I start the web server and eA there is no errors. Everything seems to be ok. The errors occur after a couple of hours and it ends with that my web server goes done. Please give some advice how to fix this problem. Regards </Fredrik> > Hi, > It seems like eA (0.9.5-beta1) generates a lot of segmentation fault > errors in the Apache (2.0.52) error log . My logs like this: Upgrade it to stable version, I had similar problems. I got rid of segfaults after upgrade. br > > [Tue Feb 20 07:26:33 2007] [notice] child pid 3918 exit signal > Segmentation fault (11) > [Tue Feb 20 07:26:33 2007] [notice] child pid 3929 exit signal > Segmentation fault (11) > [Tue Feb 20 07:26:33 2007] [notice] child pid 4144 exit signal > Segmentation fault (11) > [Tue Feb 20 07:26:33 2007] [notice] child pid 7636 exit signal > Segmentation fault (11) > [Tue Feb 20 07:26:33 2007] [notice] child pid 7645 exit signal > Segmentation fault (11) > [Tue Feb 20 07:26:33 2007] [notice] child pid 8342 exit signal > Segmentation fault (11) > [Tue Feb 20 07:26:33 2007] [notice] child pid 8360 exit signal > Segmentation fault (11) > [Tue Feb 20 07:26:33 2007] [notice] child pid 8479 exit signal > Segmentation fault (11) > [Tue Feb 20 07:26:33 2007] [notice] child pid 8725 exit signal > Segmentation fault (11) > [Tue Feb 20 07:26:34 2007] [notice] child pid 4168 exit signal > Segmentation fault (11) > > When I disable eA the error messages disappears. Is this a known > problem? > > My server setup looks like this: > > PHP 5.1.2 (cli) > Zend Engine v2.1.0, > eAccelerator v0.9.5-beta1 > Apache 2.0.52 > Red Hat AS 4 > > eaccelerator.cache_dir /tmp/eaccelerator > eaccelerator.check_mtime 1 > eaccelerator.compress 1 > eaccelerator.compress_level 9 > eaccelerator.content shm_and_disk > eaccelerator.debug 0 > eaccelerator.enable 0 > eaccelerator.filter no value > eaccelerator.keys shm_and_disk > eaccelerator.log_file /var/log/httpd/eaccelerator_log > eaccelerator.name_space no value > eaccelerator.optimizer 1 > eaccelerator.sessions shm_and_disk > eaccelerator.shm_max 0 > eaccelerator.shm_only 0 > eaccelerator.shm_prune_period 1 > eaccelerator.shm_size 32 > eaccelerator.shm_ttl 3600 > > Regards > </Fredrik> Regards </Fredrik> |
From: gg15 <gg...@gm...> - 2007-02-23 06:24:43
|
Hi You have to determine in your application if the data/page has changed?! ... or did I understand you wrong? Oo Bye, Uli Hemke, David schrieb: > I'm new to this list, and was unable to find an answer via archive > search. > > What exactly determines page caching and if the cached version should > be served? That is, how does the eaccelerator determine if a page with > dynamic data has changed? > > In our situation we cache certain data / keys in the eaccelerator > cache, this data is used across user sessions. We are also caching > pages. There does not seem to be a problem with the serving of dynamic > pages where DB fetched data is used, but eaccelerator seems to have a > hard time recognizing that the eaccelerator cached data / key has been > updated so it sometimes serves stale pages. > > Thanks, > > Dave Hemke > Web Applications Developer > /HealthPlan Services/ > dh...@he... > 813-289-1000 x 2118 > 800-237-7767 x 2118 > > > > > > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > > This e-mail and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom > they are addressed. > If you have received this e-mail in error please notify the > originator of the message. This footer also confirms that this > e-mail message has been scanned for the presence of computer viruses. > > Any views expressed in this message are those of the individual > sender, except where the sender specifies and with authority, > states them to be the views of HealthPlan Services. > > Scanning of this message and addition of this footer is performed > by SurfControl E-mail Filter software in conjunction with > virus detection software. > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > eAccelerator-users mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-users |