Re: Output

2009-11-06 Thread Jason Congerton

> Hi Jason
> 
> Thanks for your response, works great, just need to tidy up the output 
> and im done - thank you
> 
> Jason 


Hi

If anyones interested heres the output link will be avaialable for a short time

http://tvpressings.jasoncongerton.co.uk/transteel-products/test.cfm?productid=2

Jason 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328084
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: cfpop - do not want to retrieve duplicate emails

2009-11-06 Thread Paul Vernon

> We need to be able to POP emails from a Yahoo! Mail account without
> deleting the emails and without retrieving the same email twice.  If I
> set the action attribute to "Delete" in the  tag, it deletes the
> email from the Yahoo account.  Is there a way to only pop unique emails
> without deleting them from the mail box?

Keep a copy of the UID's you have downloaded locally, compare against the
UID's on the server and only do a GETALL on the ones you haven't seen before
and then store those UID's too.

This process will get progressively slower as more and more e-mails are left
on the server though.

CFX_POP3 has a GETUIDLIST function which just retrieves the UID's of the
mails on the server and makes the process lightening fast but it only works
on 32-bit CF installations on Windows so it's life is limited now.

Paul




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328083
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF8 web service invocation error - possibly when under high load or after 2-3 days uptime

2009-11-06 Thread Simon Hooker

> >> > > As an additional note to the above, the "LIVE" server restarts
> >
> >Your original post states that the problems occur in the evening/ 
> overnight
> >and your CF service is re-started at 7am every morning. With those 
> symptoms
> >I'd really look at doing some investigation work on your JVM settings 
> and
> >memory usage. If your memory usage is getting tight after 12 hours, 
> you may
> >need to change the way your JVM is performing its garbage collection.
> 
> >
> >When you are invoking the web service, the class files may be being
> >re-generated and becoming corrupt if there are memory issues which 
> would
> >then cause your subsequent problems over the rest of the evening.
> >
> >We are running CF8.01 and handling an average of 100 DB queries per 
> second
> >(under load we peak at around  on our site and our JVM settings are 
> as
> >follows:
> >
> >Min JVM heap MB: 1152 Max: 1152
> >
> >JVM arguments
> >
> >-server -Dsun.io.useCanonCaches=false -XX:MaxPermSize=384m -Xmn192m
> >-Dcoldfusion.rootDir={application.home}/../
> >-Dcoldfusion.libPath={application.home}/../lib 
> -XX:+UseConcMarkSweepGC
> >-XX:+CMSIncrementalMode -XX:+UseParNewGC
> >
> >
> >What we found was that our EDEN memory allocation was too low and 
> out
> >garbage collection wasn't working effectively with the standard 
> settings so
> >we switched to using two GC collectors and increased the EDEN memory
> >allocation to 192Mb.
> >
> >Since we tuned the JVM the server will stay up for months at a time 
> without
> >any service restarts or memory issues :-).
> >
> >Paul
> 
> Hi Paul,
> 
> Thanks for the response, I'll check through the logs on the server and 
> the settings as advised as that explanation does sound viable.  The 
> observations over timing are very rough, it did occur yesterday at 
> approx 14:00 also but that would still be after many hours uptime.
> 
> - Simon H 

It looks as though this issue still recurred though I have no new information 
to go with the issue.  I will probably make some adjustments later on to see if 
that helps


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328082
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4