Re: [WebDNA] Timer

This WebDNA talk-list message is from

2009


It keeps the original formatting.
numero = 101743
interpreted = N
texte = --Apple-Mail-1--657257537 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit It's foolish to rely on triggers for precise timing. Triggers are only timed calls to an URL. That causes all sorts of delays beyond the control of WebDNA, including DNS resolution, typical network delays, etc. What possible application could exist that would require both precise timing, and that the request for such timing go over a URL call? It sounds like you're using WebDNA to do something entirely different than create dynamic pages. For the record, don't use WebDNA to control a heart-lung machine, even though it might even do a pretty good job - it's just a dynamic website tool. What is your application that required this precision? On Jan 3, 2009, at 9:27 PM, Jason Adams wrote: > I read more about triggers, they are tcp calls rather than internal > calls, the software sends each request to dns which resolves the > domain then redirects the request back to the server. I agree that > timed precision is not possible via such a system. > > I read the description for the shell tag, there are no examples on the > shell tag page at http://docs.webdna.us (only a long list of files) > but if it works for changing ownership and permission that's one issue > resolved. > > On 1/4/09, Terry Wilson wrote: >> Have you tried triggers? I have a web app that relies on triggers to >> send emails out for a number of sites, and have never had any >> problems. It is a Linux server. Just because a few people have >> problems doesn't men you will too. It's easy enough to try it out in >> your configuration. You will always hear about problems, but the ones >> of us who use them routinely with success probably don't report that. >> >> Terry >> >>> Hi Chris, >>> >>> I do not mean to offend but I find no reports of "trigger bugs >>> fixed" >>> in the mail list archive. Instead I see several reports of failed >>> triggers over a long time, including this post made just days ago: >>> >>>>> WebDNA Version 6 >>>>> In the ISP Sandbox settings there are "Sandbox Options" >>>>> for Emailer and Triggers. >>>> >>>> These are buggy in 6.0a so keep them checked on that >>>> version. They should be fixed in the CICADA (6.1.x build) >>>> but, I have yet to test the fix thoroughly. >>> >>> In this post Mr. Brooke seems to feel the bug may not yet be fixed >>> even in the new version, thus I hesitate to trust triggers given the >>> fact that timed event actions are mission critical for us. >>> >>> On 1/3/09, christophe.billiottet@webdna.us >>> wrote: >>>> A way to do that would be to add a "timestamp" to a small "witness >>>> database" with only one record, any time the main database or the >>>> file >>>> is updated (you must add a small [Replace] command to update the >>>> last >>>> value). Then you can compare the last counter value with the last >>>> one >>>> you had and send the response to your users. A WebDNA trigger >>>> should >>>> be fine. >>>> >>>> You could also flag the event with just a "1" in your witness >>>> database, then reset it to "0" each time you send the >>>> notification to >>>> your users. >>>> >>>> You can also use the [FileInfo] and [ModTime] but it will not work >>>> with the WebDNA database, since it is not written to disk. I guess >>>> this would also be slower. >>>> >>>> There are many ways to do this. >>>> >>>> chris >>>> >>>> >>>> >>>> >>>> On Jan 3, 2009, at 2:51, Jason Adams wrote: >>>> >>>>> Sorry for the delayed response, Christmas holidays and all. >>>>> Happy New >>>>> Year everyone! >>>>> >>>>> Dylan, after reading your response I think I need to explain in >>>>> more >>>>> detail. I need the software to check on the status of a database >>>>> and a >>>>> plain text file every few seconds. When the software detects >>>>> that the >>>>> database or the file has changed, it must send a response to all >>>>> connected visitors. >>>>> >>>>> I'll be keeping connections open to these visitors for the sole >>>>> purpose of sending them an update every few seconds. An update >>>>> will be >>>>> sent whether or not something has changed since the last update. >>>>> This >>>>> is necessary to keep visitors informed that they are still >>>>> online and >>>>> connected. >>>>> >>>>> I've read that triggers are buggy so I don't think I should rely >>>>> on >>>>> them until they are fixed. This checking and updating capability >>>>> is >>>>> absolutely critical to the application, so this may mean it >>>>> should be >>>>> done with cron. If this software can interface with cron and run >>>>> cron >>>>> events can someone post a code example to help me get started? >>>>> >>>>> I run Linux servers exclusively, and I could have hundreds of >>>>> servers >>>>> running this distributed online system at any given moment. They >>>>> are >>>>> generic servers, not all the same OS and not all the same hosts, >>>>> so >>>>> I'll need software that works on all of them. From what I've >>>>> read it >>>>> looks like the company is building such a new version for Linux so >>>>> maybe this is good timing. >>>>> >>>>> ----------- >>>>> Jason >>>>> >>>>> >>>>> >>>>> On 12/21/08, Dylan Wood wrote: >>>>>> Jason- >>>>>> >>>>>> As long as the event your talking about yields some sort of >>>>>> evidence >>>>>> that it occurred, you can use webdna to detect that. then trigger >>>>>> your >>>>>> own process whatever it may be. WebDNA can read files and >>>>>> folders, >>>>>> so >>>>>> if the event you are talking about impacts the file system, you >>>>>> should >>>>>> be able to detect it. >>>>>> >>>>>> On Dec 21, 2008, at 5:28 AM, Jason Adams wrote: >>>>>> >>>>>>> Hello I'm new here and new to WebDNA. Hoping to get some help >>>>>>> from >>>>>>> anyone who knows. Can WebDNA detect server events then send >>>>>>> data to >>>>>>> all logged in visitors incrementally? >>>>>>> >>>>>>> I may need to build a site that sends data from the server >>>>>>> incrementally, every second or every few seconds, if it has >>>>>>> changed >>>>>>> since the last incrementing event. Wondering if WebDNA can do >>>>>>> this? >>>>>>> >>>>>>> ----------- >>>>>>> Jason >>>>>>> --------------------------------------------------------- >>>>>>> This message is sent to you because you are subscribed to >>>>>>> the mailing list . >>>>>>> To unsubscribe, E-mail to: >>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>>> old archives: http://dev.webdna.us/TalkListArchive/ >>>>>> >>>>>> --------------------------------------------------------- >>>>>> This message is sent to you because you are subscribed to >>>>>> the mailing list . >>>>>> To unsubscribe, E-mail to: >>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>> old archives: http://dev.webdna.us/TalkListArchive/ >>>>>> >>>>> --------------------------------------------------------- >>>>> This message is sent to you because you are subscribed to >>>>> the mailing list . >>>>> To unsubscribe, E-mail to: >>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>> old archives: http://dev.webdna.us/TalkListArchive/ >>>> >>>> --------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list . >>>> To unsubscribe, E-mail to: >>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>> old archives: http://dev.webdna.us/TalkListArchive/ >>>> >>> >>> >>> -- >>> >>> ----------- >>> Jason >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> archives: http://mail.webdna.us/list/talk@webdna.us >>> old archives: http://dev.webdna.us/TalkListArchive/ >> >> -- >> Terry Wilson | terry@terryfic.com | http://terryfic.com >> http://WhosComing.com - a simplified, affordable online reservation >> system >> http://TightJacket.com -- stylish protection for your laptop >> -------------------------------------------------------------------------- >> Attitude is the only difference between ordeal and adventure. >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> old archives: http://dev.webdna.us/TalkListArchive/ >> > > > -- > > ----------- > Jason > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ --Apple-Mail-1--657257537 Content-Disposition: attachment; filename=smime.p7s Content-Type: application/pkcs7-signature; name=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIGGTCCAtIw ggI7oAMCAQICEBmvvAg5L6PclE8ruwo/gMYwDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA4MDkyNzAxMTg1M1oXDTA5MDkyNzAxMTg1 M1owPjEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWlsIE1lbWJlcjEbMBkGCSqGSIb3DQEJARYMcG1A d2ViZG5hLnVzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtb7ZYYJV7sbgqxdgpBU/ qCRsIJYGNIo40L9odKmo6Y/mPBybeSry8KefqmuWoBXxc6xCvSSJDWFcb2sZ+TkedZrdxvtoL1pH NjDZNe2ow+RCNUvJcQd1+ASzh0J4QLHnNyoMY3zuCQwqM6hK5gU4AlpOSITekksSFuGXBdJTjSeI gIpZFTTrd1c/Zv7miT9gO5UmHiyDClKP8oX31YFlb3q9EM2p8WQzb2Ce2M9kokCs8ZnhT+fRNc/Q 9lc4RJtEuf3zynvg0cCbf71pgoC0Zepsop466jrvc08MsxxzRJDmjw20ci/3ltk+iAcD3TchYppw yX4HZhjrrZXcOMBMkQIDAQABoykwJzAXBgNVHREEEDAOgQxwbUB3ZWJkbmEudXMwDAYDVR0TAQH/ BAIwADANBgkqhkiG9w0BAQUFAAOBgQCBMxqOGsLwOxtLQ8YLvOQOym8UQyB0CiF0Dpd0oOA+hjD5 n9A1eileTd8OdkdPIb+der2Kw42N/UKARNSSkmn1hhKrgwTNYLyXFNlB+TJ2YvG13B27d4EaUdSn 2KWKDKG4w14lQSO9y+RTjMSuYi4kbeI50QHLZsTZDO3OhNcKjzCCAz8wggKooAMCAQICAQ0wDQYJ KoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNV BAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRp ZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVl bWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw0w MzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3 dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1h aWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAxKY8VXNV+065yplaHmjA dQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNaLIkVcI7dyfArhVqqP3FWy688Cwfn 8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUqVIUPSAR/p7bRPGEEQB5kGXJgt/sC AwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1UdHwQ8MDowOKA2oDSGMmh0dHA6Ly9j cmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWlsQ0EuY3JsMAsGA1UdDwQEAwIBBjAp BgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVsMi0xMzgwDQYJKoZIhvcNAQEFBQAD gYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYfqi2fNi/A9BxQIJNwPP2t4WFiw9k6 GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa9/eH1sYITq726jTlEBpbNU1341Yh eILcIRk13iSx0x1G/11fZU8xggMQMIIDDAIBATB2MGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxU aGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJl ZW1haWwgSXNzdWluZyBDQQIQGa+8CDkvo9yUTyu7Cj+AxjAJBgUrDgMCGgUAoIIBbzAYBgkqhkiG 9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wOTAxMDQwNzEwMTNaMCMGCSqGSIb3 DQEJBDEWBBQuSGR8UlgbGBUW63TSPMCZCSBDLDCBhQYJKwYBBAGCNxAEMXgwdjBiMQswCQYDVQQG EwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhh d3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0ECEBmvvAg5L6PclE8ruwo/gMYwgYcGCyqG SIb3DQEJEAILMXigdjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcg KFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EC EBmvvAg5L6PclE8ruwo/gMYwDQYJKoZIhvcNAQEBBQAEggEADstUwmWDS1e37PZjQrEoh4IL8c9l DZ28BMoC8Tmgx1x3MH+biIrlZkAvXtIDkgV7hvbzobvdhmSbG7k2SHHa4DMyX9M0jC6bXIwmNE0c sM3ymY5EngoZHF1LnNVPtX4MIMlxohEOVLiBQMSOIV8dhlSxfXWFB0rKNXnhtgjfjKrjPZ3PCZrx JlXDL4x9fVr2khHDkrYXzk+Cyw+czWjInO5SggbdW8b29OavAdZDmlV4zkBym3Vm6VrqsbLmkDEZ wGLbEGmK7GE/eGLPeNmzrA80Egd7MR2yuM73qUoUPxxTTtTINpLvcRmYwGrI3iW2xDFponyCVET6 vtgylv4PSAAAAAAAAA== --Apple-Mail-1--657257537-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Timer (Patrick McCormick 2009)
  2. Re: [WebDNA] Timer ("Jason Adams" 2009)
  3. Re: [WebDNA] Timer ("Psi Prime, Matthew A Perosi " 2009)
  4. Re: [WebDNA] Timer (Terry Wilson 2009)
  5. Re: [WebDNA] Timer (Terry Wilson 2009)
  6. Re: [WebDNA] Timer (Donovan Brooke 2009)
  7. Re: [WebDNA] Timer ("Jason Adams" 2009)
  8. Re: [WebDNA] Timer (christophe.billiottet@webdna.us 2009)
  9. Re: [WebDNA] Timer ("Jason Adams" 2009)
  10. Re: [WebDNA] Timer (Dylan Wood 2008)
  11. [WebDNA] Timer ("Jason Adams" 2008)
--Apple-Mail-1--657257537 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit It's foolish to rely on triggers for precise timing. triggers are only timed calls to an URL. That causes all sorts of delays beyond the control of WebDNA, including DNS resolution, typical network delays, etc. What possible application could exist that would require both precise timing, and that the request for such timing go over a URL call? It sounds like you're using WebDNA to do something entirely different than create dynamic pages. For the record, don't use WebDNA to control a heart-lung machine, even though it might even do a pretty good job - it's just a dynamic website tool. What is your application that required this precision? On Jan 3, 2009, at 9:27 PM, Jason Adams wrote: > I read more about triggers, they are tcp calls rather than internal > calls, the software sends each request to dns which resolves the > domain then redirects the request back to the server. I agree that > timed precision is not possible via such a system. > > I read the description for the shell tag, there are no examples on the > shell tag page at http://docs.webdna.us (only a long list of files) > but if it works for changing ownership and permission that's one issue > resolved. > > On 1/4/09, Terry Wilson wrote: >> Have you tried triggers? I have a web app that relies on triggers to >> send emails out for a number of sites, and have never had any >> problems. It is a Linux server. Just because a few people have >> problems doesn't men you will too. It's easy enough to try it out in >> your configuration. You will always hear about problems, but the ones >> of us who use them routinely with success probably don't report that. >> >> Terry >> >>> Hi Chris, >>> >>> I do not mean to offend but I find no reports of "trigger bugs >>> fixed" >>> in the mail list archive. Instead I see several reports of failed >>> triggers over a long time, including this post made just days ago: >>> >>>>> WebDNA Version 6 >>>>> In the ISP Sandbox settings there are "Sandbox Options" >>>>> for Emailer and triggers. >>>> >>>> These are buggy in 6.0a so keep them checked on that >>>> version. They should be fixed in the CICADA (6.1.x build) >>>> but, I have yet to test the fix thoroughly. >>> >>> In this post Mr. Brooke seems to feel the bug may not yet be fixed >>> even in the new version, thus I hesitate to trust triggers given the >>> fact that timed event actions are mission critical for us. >>> >>> On 1/3/09, christophe.billiottet@webdna.us >>> wrote: >>>> A way to do that would be to add a "timestamp" to a small "witness >>>> database" with only one record, any time the main database or the >>>> file >>>> is updated (you must add a small [replace] command to update the >>>> last >>>> value). Then you can compare the last counter value with the last >>>> one >>>> you had and send the response to your users. A WebDNA trigger >>>> should >>>> be fine. >>>> >>>> You could also flag the event with just a "1" in your witness >>>> database, then reset it to "0" each time you send the >>>> notification to >>>> your users. >>>> >>>> You can also use the [fileinfo] and [ModTime] but it will not work >>>> with the WebDNA database, since it is not written to disk. I guess >>>> this would also be slower. >>>> >>>> There are many ways to do this. >>>> >>>> chris >>>> >>>> >>>> >>>> >>>> On Jan 3, 2009, at 2:51, Jason Adams wrote: >>>> >>>>> Sorry for the delayed response, Christmas holidays and all. >>>>> Happy New >>>>> Year everyone! >>>>> >>>>> Dylan, after reading your response I think I need to explain in >>>>> more >>>>> detail. I need the software to check on the status of a database >>>>> and a >>>>> plain text file every few seconds. When the software detects >>>>> that the >>>>> database or the file has changed, it must send a response to all >>>>> connected visitors. >>>>> >>>>> I'll be keeping connections open to these visitors for the sole >>>>> purpose of sending them an update every few seconds. An update >>>>> will be >>>>> sent whether or not something has changed since the last update. >>>>> This >>>>> is necessary to keep visitors informed that they are still >>>>> online and >>>>> connected. >>>>> >>>>> I've read that triggers are buggy so I don't think I should rely >>>>> on >>>>> them until they are fixed. This checking and updating capability >>>>> is >>>>> absolutely critical to the application, so this may mean it >>>>> should be >>>>> done with cron. If this software can interface with cron and run >>>>> cron >>>>> events can someone post a code example to help me get started? >>>>> >>>>> I run Linux servers exclusively, and I could have hundreds of >>>>> servers >>>>> running this distributed online system at any given moment. They >>>>> are >>>>> generic servers, not all the same OS and not all the same hosts, >>>>> so >>>>> I'll need software that works on all of them. From what I've >>>>> read it >>>>> looks like the company is building such a new version for Linux so >>>>> maybe this is good timing. >>>>> >>>>> ----------- >>>>> Jason >>>>> >>>>> >>>>> >>>>> On 12/21/08, Dylan Wood wrote: >>>>>> Jason- >>>>>> >>>>>> As long as the event your talking about yields some sort of >>>>>> evidence >>>>>> that it occurred, you can use webdna to detect that. then trigger >>>>>> your >>>>>> own process whatever it may be. WebDNA can read files and >>>>>> folders, >>>>>> so >>>>>> if the event you are talking about impacts the file system, you >>>>>> should >>>>>> be able to detect it. >>>>>> >>>>>> On Dec 21, 2008, at 5:28 AM, Jason Adams wrote: >>>>>> >>>>>>> Hello I'm new here and new to WebDNA. Hoping to get some help >>>>>>> from >>>>>>> anyone who knows. Can WebDNA detect server events then send >>>>>>> data to >>>>>>> all logged in visitors incrementally? >>>>>>> >>>>>>> I may need to build a site that sends data from the server >>>>>>> incrementally, every second or every few seconds, if it has >>>>>>> changed >>>>>>> since the last incrementing event. Wondering if WebDNA can do >>>>>>> this? >>>>>>> >>>>>>> ----------- >>>>>>> Jason >>>>>>> --------------------------------------------------------- >>>>>>> This message is sent to you because you are subscribed to >>>>>>> the mailing list . >>>>>>> To unsubscribe, E-mail to: >>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>>> old archives: http://dev.webdna.us/TalkListArchive/ >>>>>> >>>>>> --------------------------------------------------------- >>>>>> This message is sent to you because you are subscribed to >>>>>> the mailing list . >>>>>> To unsubscribe, E-mail to: >>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>> old archives: http://dev.webdna.us/TalkListArchive/ >>>>>> >>>>> --------------------------------------------------------- >>>>> This message is sent to you because you are subscribed to >>>>> the mailing list . >>>>> To unsubscribe, E-mail to: >>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>> old archives: http://dev.webdna.us/TalkListArchive/ >>>> >>>> --------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list . >>>> To unsubscribe, E-mail to: >>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>> old archives: http://dev.webdna.us/TalkListArchive/ >>>> >>> >>> >>> -- >>> >>> ----------- >>> Jason >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> archives: http://mail.webdna.us/list/talk@webdna.us >>> old archives: http://dev.webdna.us/TalkListArchive/ >> >> -- >> Terry Wilson | terry@terryfic.com | http://terryfic.com >> http://WhosComing.com - a simplified, affordable online reservation >> system >> http://TightJacket.com -- stylish protection for your laptop >> -------------------------------------------------------------------------- >> Attitude is the only difference between ordeal and adventure. >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> old archives: http://dev.webdna.us/TalkListArchive/ >> > > > -- > > ----------- > Jason > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ --Apple-Mail-1--657257537 Content-Disposition: attachment; filename=smime.p7s Content-Type: application/pkcs7-signature; name=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIGGTCCAtIw ggI7oAMCAQICEBmvvAg5L6PclE8ruwo/gMYwDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA4MDkyNzAxMTg1M1oXDTA5MDkyNzAxMTg1 M1owPjEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWlsIE1lbWJlcjEbMBkGCSqGSIb3DQEJARYMcG1A d2ViZG5hLnVzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtb7ZYYJV7sbgqxdgpBU/ qCRsIJYGNIo40L9odKmo6Y/mPBybeSry8KefqmuWoBXxc6xCvSSJDWFcb2sZ+TkedZrdxvtoL1pH NjDZNe2ow+RCNUvJcQd1+ASzh0J4QLHnNyoMY3zuCQwqM6hK5gU4AlpOSITekksSFuGXBdJTjSeI gIpZFTTrd1c/Zv7miT9gO5UmHiyDClKP8oX31YFlb3q9EM2p8WQzb2Ce2M9kokCs8ZnhT+fRNc/Q 9lc4RJtEuf3zynvg0cCbf71pgoC0Zepsop466jrvc08MsxxzRJDmjw20ci/3ltk+iAcD3TchYppw yX4HZhjrrZXcOMBMkQIDAQABoykwJzAXBgNVHREEEDAOgQxwbUB3ZWJkbmEudXMwDAYDVR0TAQH/ BAIwADANBgkqhkiG9w0BAQUFAAOBgQCBMxqOGsLwOxtLQ8YLvOQOym8UQyB0CiF0Dpd0oOA+hjD5 n9A1eileTd8OdkdPIb+der2Kw42N/UKARNSSkmn1hhKrgwTNYLyXFNlB+TJ2YvG13B27d4EaUdSn 2KWKDKG4w14lQSO9y+RTjMSuYi4kbeI50QHLZsTZDO3OhNcKjzCCAz8wggKooAMCAQICAQ0wDQYJ KoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNV BAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRp ZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVl bWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw0w MzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3 dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1h aWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAxKY8VXNV+065yplaHmjA dQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNaLIkVcI7dyfArhVqqP3FWy688Cwfn 8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUqVIUPSAR/p7bRPGEEQB5kGXJgt/sC AwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1UdHwQ8MDowOKA2oDSGMmh0dHA6Ly9j cmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWlsQ0EuY3JsMAsGA1UdDwQEAwIBBjAp BgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVsMi0xMzgwDQYJKoZIhvcNAQEFBQAD gYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYfqi2fNi/A9BxQIJNwPP2t4WFiw9k6 GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa9/eH1sYITq726jTlEBpbNU1341Yh eILcIRk13iSx0x1G/11fZU8xggMQMIIDDAIBATB2MGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxU aGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJl ZW1haWwgSXNzdWluZyBDQQIQGa+8CDkvo9yUTyu7Cj+AxjAJBgUrDgMCGgUAoIIBbzAYBgkqhkiG 9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wOTAxMDQwNzEwMTNaMCMGCSqGSIb3 DQEJBDEWBBQuSGR8UlgbGBUW63TSPMCZCSBDLDCBhQYJKwYBBAGCNxAEMXgwdjBiMQswCQYDVQQG EwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhh d3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0ECEBmvvAg5L6PclE8ruwo/gMYwgYcGCyqG SIb3DQEJEAILMXigdjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcg KFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EC EBmvvAg5L6PclE8ruwo/gMYwDQYJKoZIhvcNAQEBBQAEggEADstUwmWDS1e37PZjQrEoh4IL8c9l DZ28BMoC8Tmgx1x3MH+biIrlZkAvXtIDkgV7hvbzobvdhmSbG7k2SHHa4DMyX9M0jC6bXIwmNE0c sM3ymY5EngoZHF1LnNVPtX4MIMlxohEOVLiBQMSOIV8dhlSxfXWFB0rKNXnhtgjfjKrjPZ3PCZrx JlXDL4x9fVr2khHDkrYXzk+Cyw+czWjInO5SggbdW8b29OavAdZDmlV4zkBym3Vm6VrqsbLmkDEZ wGLbEGmK7GE/eGLPeNmzrA80Egd7MR2yuM73qUoUPxxTTtTINpLvcRmYwGrI3iW2xDFponyCVET6 vtgylv4PSAAAAAAAAA== --Apple-Mail-1--657257537-- Patrick McCormick

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

The code, one more time. (2003) [ot] Webserver monitoring (2001) I forgot (1998) Price Not Appearing (2000) re: How can I record purchases to a database? (1998) Not seeing cart info on Invoice.tmpl (was PROBLEM) (1997) Message Boards (2003) Another XML Questgion (2000) InternetWeek E-Commerce article (1998) still having shipCost.db Problem (1997) Bug fix time lines ... (2000) [SHOWIF AND/OR] (1997) WebCat2 - [format thousands] (1997) PCS Frames (1997) Error with [applescript] (1999) Time for a hard questions. (1997) Using Protection =) (2003) What file? (1997) Nesting searches. (1998) Help! WebCat2 bug (1997)