Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 13

Discussione: Troppe application ?

  1. #1

    Troppe application ?

    Troppe application possono impallare le risorse di un server e rallentare la makkina nell'esecuzione delle pagine ???



  2. #2
    si
    Purtroppo bisogna imparare che il computer non sbaglia...fa solo quello che gli dici di fare

    www.netpolaris.it

  3. #3
    per tante kosa intendete ?? una application per ogni utente registrato potrebbero essere troppe ?? :\

  4. #4
    se hai 4 utenti registrati no se ne hai 10000 forse si
    Purtroppo bisogna imparare che il computer non sbaglia...fa solo quello che gli dici di fare

    www.netpolaris.it

  5. #5
    ghghgh ok recepito il messaggio


    thanx :metallica

  6. #6
    Se poi hai il sito in hosting te lo chiudono


    be care

  7. #7
    Originariamente inviato da ragepunk
    per tante kosa intendete ?? una application per ogni utente registrato potrebbero essere troppe ?? :\
    Ma come mai questo discorso per utente?
    Dovrebbe riguardale le application, non le session.

    Le application sono univoche per il server non per l'utente.

  8. #8
    weppos, era perkè volevo far comparire la lista degli utenti online.
    Poi ho capito ke facevo una gran kazzata, quindi ho corretto.

    ma il dubbio rimane ... quante application può supportare uno spazio in hosting ??

    10 ? 20 ? 100 ??

    o meglio ankora... dopo quante application il server crasha ??

    ghgh

    saluti

  9. #9
    Utente di HTML.it
    Registrato dal
    Jul 2001
    Messaggi
    1,003
    Originariamente inviato da ragepunk
    weppos, era perkè volevo far comparire la lista degli utenti online.
    Poi ho capito ke facevo una gran kazzata, quindi ho corretto.

    ma il dubbio rimane ... quante application può supportare uno spazio in hosting ??

    10 ? 20 ? 100 ??

    o meglio ankora... dopo quante application il server crasha ??

    ghgh

    saluti
    ti sei mai guardato i sorgenti di snitz forums?
    oltre ai var orrori (casi in cui non venivano chiuse le connessioni al db ecc...) c'è un uso spropositato di application

    codice:
    strVersion = Application(strCookieURL & "strVersion")
    strForumTitle = Application(strCookieURL & "strForumTitle")
    strCopyright = Application(strCookieURL & "strCopyright")
    strTitleImage = Application(strCookieURL & "strTitleImage")
    strHomeURL = Application(strCookieURL & "strHomeURL")
    strForumURL = Application(strCookieURL & "strForumURL")
    strAuthType = Application(strCookieURL & "strAuthType")
    strSetCookieToForum = Application(strCookieURL & "strSetCookieToForum")
    strEmail = Application(strCookieURL & "strEmail")
    strUniqueEmail = Application(strCookieURL & "strUniqueEmail")
    strMailMode = Application(strCookieURL & "strMailMode")
    strMailServer = Application(strCookieURL & "strMailServer")
    strSender = Application(strCookieURL & "strSender")
    strDateType = Application(strCookieURL & "strDateType")
    strTimeAdjust = Application(strCookieURL & "strTimeAdjust")
    strTimeType = Application(strCookieURL & "strTimeType")
    strMoveTopicMode = Application(strCookieURL & "strMoveTopicMode")
    strMoveNotify = Application(strCookieURL & "strMoveNotify")
    strIPLogging = Application(strCookieURL & "strIPLogging")
    strPrivateForums = Application(strCookieURL & "strPrivateForums")
    strShowModerators = Application(strCookieURL & "strShowModerators")
    strAllowForumCode = Application(strCookieURL & "strAllowForumCode")
    strIMGInPosts = Application(strCookieURL & "strIMGInPosts")
    strAllowHTML = Application(strCookieURL & "strAllowHTML")
    strNoCookies = Application(strCookieURL & "strNoCookies")
    strSecureAdmin = Application(strCookieURL & "strSecureAdmin")
    strHotTopic = Application(strCookieURL & "strHotTopic")
    intHotTopicNum = Application(strCookieURL & "intHotTopicNum")
    strICQ = Application(strCookieURL & "strICQ")
    strYAHOO = Application(strCookieURL & "strYAHOO")
    strAIM = Application(strCookieURL & "strAIM")
    strFullName = Application(strCookieURL & "strFullName")
    strPicture = Application(strCookieURL & "strPicture")
    strSex = Application(strCookieURL & "strSex")
    strCity= Application(strCookieURL & "strCity")
    strState = Application(strCookieURL & "strState")
    strAge = Application(strCookieURL & "strAge")
    strCountry = Application(strCookieURL & "strCountry") 
    strOccupation = Application(strCookieURL & "strOccupation")
    strBio = Application(strCookieURL & "strBio") 
    strHobbies = Application(strCookieURL & "strHobbies") 
    strLNews = 	Application(strCookieURL & "strLNews") 
    strQuote = Application(strCookieURL & "strQuote") 
    strMarStatus = Application(strCookieURL & "strMarStatus")
    strFavLinks = Application(strCookieURL & "strFavLinks")
    strRecentTopics = Application(strCookieURL & "strRecentTopics") 
    strAllowHideEmail = "1" '##not yet used !
    strHomepage = Application(strCookieURL & "strHomepage")
    strUseExtendedProfile = (strBio + strHobbies + strLNews + strRecentTopics + strPicture + strQuote) > 0
    strUseExtendedProfile = strUseExtendedProfile or ((strICQ + strYAHOO + strAIM + strFullName*2 + strSex + strCity + strState + strAge + strCountry + strOccupation + strFavLinks*2) > 5)
    strIcons = Application(strCookieURL & "strIcons")
    strGfxButtons = Application(strCookieURL & "strGfxButtons")
    strEditedByDate = Application(strCookieURL & "strEditedByDate")
    strBadWordFilter = Application(strCookieURL & "strBadWordFilter")
    strBadWords = Application(strCookieURL & "strBadWords")
    strDefaultFontFace = Application(strCookieURL & "strDefaultFontFace")
    strDefaultFontSize = Application(strCookieURL & "strDefaultFontSize")
    strHeaderFontSize = Application(strCookieURL & "strHeaderFontSize")
    strFooterFontSize = Application(strCookieURL & "strFooterFontSize")
    strPageBGColor = Application(strCookieURL & "strPageBGColor")
    strDefaultFontColor = Application(strCookieURL & "strDefaultFontColor")
    strLinkColor = Application(strCookieURL & "strLinkColor")
    strLinkTextDecoration = Application(strCookieURL & "strLinkTextDecoration")
    strVisitedLinkColor = Application(strCookieURL & "strVisitedLinkColor")
    strVisitedTextDecoration = Application(strCookieURL & "strVisitedTextDecoration")
    strActiveLinkColor = Application(strCookieURL & "strActiveLinkColor")
    strHoverFontColor = Application(strCookieURL & "strHoverFontColor")
    strHoverTextDecoration = Application(strCookieURL & "strHoverTextDecoration")
    strHeadCellColor = Application(strCookieURL & "strHeadCellColor")
    strHeadFontColor = Application(strCookieURL & "strHeadFontColor")
    strCategoryCellColor = Application(strCookieURL & "strCategoryCellColor")
    strCategoryFontColor = Application(strCookieURL & "strCategoryFontColor")
    strForumFirstCellColor = Application(strCookieURL & "strForumFirstCellColor")
    strForumCellColor = Application(strCookieURL & "strForumCellColor")
    strAltForumCellColor = Application(strCookieURL & "strAltForumCellColor")
    strForumFontColor = Application(strCookieURL & "strForumFontColor")
    strForumLinkColor = Application(strCookieURL & "strForumLinkColor")
    strTableBorderColor = Application(strCookieURL & "strTableBorderColor")
    strPopUpTableColor = Application(strCookieURL & "strPopUpTableColor")
    strPopUpBorderColor = Application(strCookieURL & "strPopUpBorderColor")
    strNewFontColor = Application(strCookieURL & "strNewFontColor")
    strTopicWidthLeft = Application(strCookieURL & "strTopicWidthLeft")
    strTopicNoWrapLeft = Application(strCookieURL & "strTopicNoWrapLeft")
    strTopicWidthRight = Application(strCookieURL & "strTopicWidthRight")
    strTopicNoWrapRight = Application(strCookieURL & "strTopicNoWrapRight")
    strShowRank = Application(strCookieURL & "strShowRank")
    strRankAdmin = Application(strCookieURL & "strRankAdmin")
    strRankMod = Application(strCookieURL & "strRankMod")
    strRankLevel0 = Application(strCookieURL & "strRankLevel0")
    strRankLevel1 = Application(strCookieURL & "strRankLevel1")
    strRankLevel2 = Application(strCookieURL & "strRankLevel2")
    strRankLevel3 = Application(strCookieURL & "strRankLevel3")
    strRankLevel4 = Application(strCookieURL & "strRankLevel4")
    strRankLevel5 = Application(strCookieURL & "strRankLevel5")
    strRankColorAdmin = Application(strCookieURL & "strRankColorAdmin")
    strRankColorMod = Application(strCookieURL & "strRankColorMod")
    strRankColor0 = Application(strCookieURL & "strRankColor0")
    strRankColor1 = Application(strCookieURL & "strRankColor1")
    strRankColor2 = Application(strCookieURL & "strRankColor2")
    strRankColor3 = Application(strCookieURL & "strRankColor3")
    strRankColor4 = Application(strCookieURL & "strRankColor4")
    strRankColor5 = Application(strCookieURL & "strRankColor5")
    intRankLevel0 = Application(strCookieURL & "intRankLevel0")
    intRankLevel1 = Application(strCookieURL & "intRankLevel1")
    intRankLevel2 = Application(strCookieURL & "intRankLevel2")
    intRankLevel3 = Application(strCookieURL & "intRankLevel3")
    intRankLevel4 = Application(strCookieURL & "intRankLevel4")
    intRankLevel5 = Application(strCookieURL & "intRankLevel5")
    strShowStatistics = Application(strCookieURL & "strShowStatistics")
    strShowImagePoweredBy = Application(strCookieURL & "strShowImagePoweredBy")
    strLogonForMail = Application(strCookieURL & "strLogonForMail")
    strShowPaging = Application(strCookieURL & "strShowPaging")
    strShowTopicNav = Application(strCookieURL & "strShowTopicNav")
    strPageSize = Application(strCookieURL & "strPageSize")
    strPageNumberSize = Application(strCookieURL & "strPageNumberSize")
    strForumTimeAdjust = DateAdd("h", strTimeAdjust , Now())
    strNTGroups = Application(strCookieURL & "STRNTGROUPS")
    strAutoLogon = Application(strCookieURL & "STRAUTOLOGON")
    strModeration   = Application(strCookieURL & "STRMODERATION")
    strSubscription = Application(strCookieURL & "STRSUBSCRIPTION")
    se non chiudono l'hosting ai siti che usano questo forum, vai tranquillo

  10. #10
    Originariamente inviato da tia86
    ti sei mai guardato i sorgenti di snitz forums?
    oltre ai var orrori (casi in cui non venivano chiuse le connessioni al db ecc...) c'è un uso spropositato di application

    codice:
    strVersion = Application(strCookieURL & "strVersion")
    strForumTitle = Application(strCookieURL & "strForumTitle")
    strCopyright = Application(strCookieURL & "strCopyright")
    se non chiudono l'hosting ai siti che usano questo forum, vai tranquillo

    infatti la maggior parte degli hoster impedisce l'utilizzo di questi forum
    Purtroppo bisogna imparare che il computer non sbaglia...fa solo quello che gli dici di fare

    www.netpolaris.it

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.