Wednesday, November 9, 2016

Potential issues: Integration to cloud

1. Most of the code we use, uses file based properties. For code to be portable across clouds we should have following considerations:

In cloud relative path and absolute path could be different
Folder separator(unix "/", window "\")
File/folder naming(Windows can have space , unlike unix)


2. Cloud may use CDN and network layer issues must be analyzed and sorted.


No comments:

Post a Comment