| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 6 months |
| seen | 1 hour ago | |
| stats | profile views | 7 |
|
Oct 26 |
comment |
Amazon AWS - best setup for geographically optimized delivery within USA? so the bottom line seems to be to just use one instance? since it's a pain to replicate multiples and keep them synced or accessing the same data? yet one instance only rules out the load balancing feature in AWS console which would be a bonus ... |
|
Oct 26 |
comment |
Amazon AWS - best setup for geographically optimized delivery within USA? re the linked serverfault post, it doesn't clarify things much. one answer there is that regional load balancing is impossible using AWS features only (true?). another is a suggestion to use cloudfront (though not meant for dynamic data?) |
|
Oct 26 |
accepted | Amazon AWS - best setup for geographically optimized delivery within USA? |
|
Oct 26 |
asked | Amazon AWS: Multiple Instances, Same DB |
|
Oct 26 |
comment |
Amazon AWS - best setup for geographically optimized delivery within USA? thx for the link. if it's not easy to keep multiple AMIs in sync, how do others handle that for load balancing? since it seems load balancing requires at least two AMIs to be added ... |
|
Oct 26 |
comment |
Amazon AWS - best setup for geographically optimized delivery within USA? is it not possible to store our DB and web server files on a virtual 'drive' within AWS and then hook up two AMIs to feed realtime from it? so we don't have to take and copy snapshots all the time. i think i saw something related in my AWS reading so far but can't remember where ... |
|
Oct 26 |
comment |
Amazon AWS - best setup for geographically optimized delivery within USA? that config management stuff is a little over my head. it's not possible to set up synced AMIs from within AWS console? or do we absolutely need one of these 3rd-party tools? |
|
Oct 26 |
asked | Amazon AWS - best setup for geographically optimized delivery within USA? |
|
Sep 6 |
accepted | A regular expression to find and replace a dynamic URL |
|
Sep 6 |
comment |
A regular expression to find and replace a dynamic URL this worked. thanks! |
|
Sep 6 |
comment |
A regular expression to find and replace a dynamic URL i should have been more specific. i'm going to be removing the lines from my giant XML file using notepad++ and its regex search and replace. so i suppose it's not really programming language specific... |
|
Sep 6 |
comment |
A regular expression to find and replace a dynamic URL this looks promising, i'll try it. thanks! |
|
Sep 6 |
comment |
A regular expression to find and replace a dynamic URL @SomeKittens XML |
|
Sep 6 |
awarded | Commentator |
|
Sep 6 |
comment |
A regular expression to find and replace a dynamic URL @Zxaos delete the entire line |
|
Sep 6 |
comment |
A regular expression to find and replace a dynamic URL sorry, i should have been more clear. i'm not trying to remove the part after the "?", but actually the whole line (any line that contains a dynamic URL) |
|
Sep 6 |
asked | A regular expression to find and replace a dynamic URL |
|
Aug 21 |
accepted | Google Analytics - Upgrading to Async Code |
|
Aug 21 |
comment |
Google Analytics - Upgrading to Async Code thanks. i guess new-vs-returning is not such a big deal, especially if referrer info stays. and we already reference a GA include file instead of hardcoding - on most pages. but there'll be some outdated and 'exception' pages that'll need updating by hand. |
|
Aug 21 |
comment |
Google Analytics - Upgrading to Async Code The first part of your answer conflicts with what Google Support told me: "the __utma cookie that is used to determine unique visitors to your site will be rewritten/reset for visits after you upgrade to the asynchronous code. This means that visitors that had come earlier will be considered 'new visitors' rather than 'returning visitors' after changing the code." Have you actually done the upgrade to async from non-async yourself and observed user sessions "carrying over"? |