Phase2 International (company)

Phase2 International (Phase 2) is a privately owned, US-based cloud computing provider headquartered in Honolulu, HI.[1][2][3] The company offers hosted business software and cloud servers, including information technology knowledge, security, compliance, and an integrated suite of software applications on a customizable monthly subscription basis.[4][5] Phase 2 serves the Federal, SMB, and enterprise markets, providing access to IBM, Microsoft and other business software.[3][5][6][7]

Phase2 International
IndustrySoftware Development
Founded2002 
HeadquartersHonolulu, HI
Websitehttp://www.phase2.com/

Background

Founded in March 2002,[4] Phase 2 International's stated mission is to participate in the ongoing business-software environment's transformation from purchased to cloud software models.[3] In April 2008, the company introduced a reseller program to supplement its application offerings.[8] Phase2's CEO is Kevin Doherty.[3]

Products

Hosted IBM Lotus Notes, IBM Connections, IBM Lotus Sametime, IBM WebSphere Portal. Hosted Microsoft SharePoint, Microsoft Exchange, Microsoft Team Foundation Server, and Microsoft Project Server.[9][10][11] Other products offered are Cloud Servers (Windows, Linux, Domino), and Security Hardened Cloud Servers with FISMA, HIPAA, GLBA compliance.[12][13]

gollark: ```perl -wlne'END{print$n}eof&&$n++;/<title>([^<]+)/i&&$n--' *Contents 1 Interpretation 2 Implementations 2.1 In Perl 2.2 In shell scriptsInterpretationThe code in question (from the collection "The road to Perligata") is a lament over the coming apocalypse, an expression of the author's Weltschmerz and the futility of all human endeavors. Let us take it step by step:-wlne' The world is near its end.END{print$n} At the end the sum of all our sins and virtues will be reckoned and the judgement revealed.eof&&$n++; As the evil of mankind ends, perhaps the end itself is a positive thing./<title>([^<]+)/ We are preoccupied with fame and titlesi And insensitive to the suffering of others.&&$n-- All this is for nought, and only hastens our demise.' * For in the end, we are but stardust. ```
gollark: They'll probably say "lambdas are evil" because python hates functional programming a lot of the time.
gollark: *considers creating an esowiki page for haskell and golang*
gollark: ``` func AddInt32(addr *int32, delta int32) (new int32) func AddInt64(addr *int64, delta int64) (new int64) func AddUint32(addr *uint32, delta uint32) (new uint32) func AddUint64(addr *uint64, delta uint64) (new uint64) func AddUintptr(addr *uintptr, delta uintptr) (new uintptr) func CompareAndSwapInt32(addr *int32, old, new int32) (swapped bool) func CompareAndSwapInt64(addr *int64, old, new int64) (swapped bool) func CompareAndSwapPointer(addr *unsafe.Pointer, old, new unsafe.Pointer) (swapped bool) func CompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool) func CompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool) func CompareAndSwapUintptr(addr *uintptr, old, new uintptr) (swapped bool) func LoadInt32(addr *int32) (val int32) func LoadInt64(addr *int64) (val int64) func LoadPointer(addr *unsafe.Pointer) (val unsafe.Pointer) func LoadUint32(addr *uint32) (val uint32) func LoadUint64(addr *uint64) (val uint64) func LoadUintptr(addr *uintptr) (val uintptr) func StoreInt32(addr *int32, val int32) func StoreInt64(addr *int64, val int64) func StorePointer(addr *unsafe.Pointer, val unsafe.Pointer) func StoreUint32(addr *uint32, val uint32) func StoreUint64(addr *uint64, val uint64) func StoreUintptr(addr *uintptr, val uintptr) func SwapInt32(addr *int32, new int32) (old int32) func SwapInt64(addr *int64, new int64) (old int64) func SwapPointer(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer) func SwapUint32(addr *uint32, new uint32) (old uint32) func SwapUint64(addr *uint64, new uint64) (old uint64) func SwapUintptr(addr *uintptr, new uintptr) (old uintptr)```Seen in standard library docs.
gollark: Fun fact: that function cannot be written with a sane type in Go.

References

  1. "Phase 2 International". Manta. Retrieved 2013-02-22.
  2. "Phase 2 International". Business Directory. Retrieved 2013-02-22.
  3. "Phase 2 Interview on Microsoft, SaaS, and the Phase2.com Business Model". Youtube. Retrieved 2013-02-22.
  4. "PHASE 2 International". Crunch Base. Retrieved 2013-02-22.
  5. "Phase 2 International". Phase2. Retrieved 2013-02-22.
  6. Mackie, Kurt (April 6, 2009). "Microsoft Partner Phase 2 Adds IBM's Hosted Apps". Redmond Mag. Retrieved 2013-02-22.
  7. Rao, Leena (April 3, 2009). "Phase 2 Strikes Deal With IBM To Sell Lotus Products To SMBs". Tech Crunch. Retrieved 2013-02-22.
  8. Whiting, Rick (July 21, 2008). "Host With The Most". CRN. Retrieved 2013-02-22.
  9. "SharePoint 2007 or 2010". Phase2. Retrieved 2013-02-22.
  10. "Microsoft Exchange". Phase2. Retrieved 2013-02-22.
  11. "Team Foundation Server". Phase2. Retrieved 2013-02-22.
  12. "Managed Web Hosting". Phase2. Retrieved 2013-02-22.
  13. "Managed Linux Hosting". Phase2. Retrieved 2013-02-22.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.